Optimize away LL jump when possible
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7015 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
ab70b857b5
commit
916f1e4863
1 changed files with 3 additions and 1 deletions
|
@ -96,7 +96,9 @@
|
|||
!macroend
|
||||
|
||||
!macro LogicLib_JumpToBranch _Jump _Skip
|
||||
StrCmp "" "" `${_Jump}` ${_Skip}
|
||||
!if `${_Jump}` != ``
|
||||
StrCmp "" "" `${_Jump}` ${_Skip}
|
||||
!endif
|
||||
!macroend
|
||||
|
||||
!macro _IncreaseCounter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue