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-06-04-bzip2-bug.ll b/llvm/test/Regression/ExecutionEngine/2003-06-04-bzip2-bug.ll index dfe7829..cd237c3 100644 --- a/llvm/test/Regression/ExecutionEngine/2003-06-04-bzip2-bug.ll +++ b/llvm/test/Regression/ExecutionEngine/2003-06-04-bzip2-bug.ll
@@ -1,4 +1,4 @@ -; RUN: llvm-as -f %s -o %t.bc +; RUN: llvm-upgrade < %s | llvm-as -f -o %t.bc ; RUN: lli %t.bc > /dev/null ; Testcase distilled from 256.bzip2.