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:
anders_k 2018-10-08 13:04:55 +00:00
parent ab70b857b5
commit 916f1e4863

View file

@ -96,7 +96,9 @@
!macroend
!macro LogicLib_JumpToBranch _Jump _Skip
StrCmp "" "" `${_Jump}` ${_Skip}
!if `${_Jump}` != ``
StrCmp "" "" `${_Jump}` ${_Skip}
!endif
!macroend
!macro _IncreaseCounter