diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2007-01-17 02:18:44 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2007-01-17 02:18:44 +0000 |
| commit | e6fd0e826b339caadbf4b2f9f6c0378e451477a5 (patch) | |
| tree | 362411f13f53540ff759a14bfadc3311c1a8f71e /stacker/test/rot.st | |
| parent | b4e0f9b52e9fb7bcec58f4e9aac8cc8d65d32bdb (diff) | |
| download | bcm5719-llvm-e6fd0e826b339caadbf4b2f9f6c0378e451477a5.tar.gz bcm5719-llvm-e6fd0e826b339caadbf4b2f9f6c0378e451477a5.zip | |
For PR1074:
Remove the projects/Stacker directory. LLVM is now free of dependency
on llvm-gcc.
llvm-svn: 33278
Diffstat (limited to 'stacker/test/rot.st')
| -rw-r--r-- | stacker/test/rot.st | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/stacker/test/rot.st b/stacker/test/rot.st new file mode 100644 index 00000000000..75b1422ddc7 --- /dev/null +++ b/stacker/test/rot.st @@ -0,0 +1,9 @@ +# +# DUP test +# +FORWARD success; +FORWARD failure; +: phase4 0 = IF success ELSE failure ENDIF ; +: phase3 2 = IF phase4 ELSE failure ENDIF ; +: phase2 3 = IF phase3 ELSE failure ENDIF ; +: MAIN 0 1 2 3 ROT 1 = IF phase2 ELSE failure ENDIF ; |

