aboutsummaryrefslogtreecommitdiff
path: root/libyasm/tests/opt-immnoexpand.asm
diff options
context:
space:
mode:
authorTorne (Richard Coles) <torne@google.com>2013-03-28 15:33:02 +0000
committerTorne (Richard Coles) <torne@google.com>2013-03-28 15:33:02 +0000
commitc580f3c787d8ad2dcccceb4438b7572d9713a296 (patch)
treed8f5d6b20552cfe016f9af38440fd9caacf4a188 /libyasm/tests/opt-immnoexpand.asm
parent1fe0cccaa99357259c9ab42ce88626b95856b77c (diff)
parent53137eb420065ea05c21ae0728a67ead80f17e1f (diff)
downloadpatched-yasm-kitkat-mr2.1-release.tar.gz
This commit was generated by merge_to_master.py. Change-Id: I1975b1fce5e96446e4fa27feda7009fe340d4cff
Diffstat (limited to 'libyasm/tests/opt-immnoexpand.asm')
-rw-r--r--libyasm/tests/opt-immnoexpand.asm10
1 files changed, 10 insertions, 0 deletions
diff --git a/libyasm/tests/opt-immnoexpand.asm b/libyasm/tests/opt-immnoexpand.asm
new file mode 100644
index 0000000..e126f80
--- /dev/null
+++ b/libyasm/tests/opt-immnoexpand.asm
@@ -0,0 +1,10 @@
+label1:
+times 2 nop
+je label3
+times 123 nop
+label2:
+je label4
+label3:
+times 128 nop
+label4:
+push label2-label1