commit | 2fff0acab4ce1d021f088837a564cf0a492bc5dc | [log] [tgz] |
---|---|---|
author | Reid Spencer <rspencer@reidspencer.com> | Tue Dec 19 02:09:20 2006 +0000 |
committer | Reid Spencer <rspencer@reidspencer.com> | Tue Dec 19 02:09:20 2006 +0000 |
tree | bac32aee31f77c6579fb576c9100f32cef3e6ee7 | |
parent | fe0cda3de8cb353d48a79c80f2d3534a99640d9b [diff] [blame] |
For PR950: These tests need to be upgraded in preparation for the SETCC patch. llvm-svn: 32668
diff --git a/llvm/test/Regression/ExecutionEngine/2003-01-04-LoopTest.ll b/llvm/test/Regression/ExecutionEngine/2003-01-04-LoopTest.ll index 82bd5b8..f70928a 100644 --- a/llvm/test/Regression/ExecutionEngine/2003-01-04-LoopTest.ll +++ b/llvm/test/Regression/ExecutionEngine/2003-01-04-LoopTest.ll
@@ -1,4 +1,4 @@ -; RUN: llvm-as -f %s -o %t.bc +; RUN: llvm-upgrade < %s | llvm-as -o %t.bc -f ; RUN: lli %t.bc > /dev/null implementation