For PR950:
authorReid Spencer <rspencer@reidspencer.com>
Tue, 19 Dec 2006 19:55:17 +0000 (19:55 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 19 Dec 2006 19:55:17 +0000 (19:55 +0000)
Test needs to be upgraded for the forthcoming FCmpInst patch.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32683 91177308-0d34-0410-b5e6-96231b3b80d8

test/ExecutionEngine/2003-01-10-FUCOM.ll
test/ExecutionEngine/test-constantexpr.ll
test/ExecutionEngine/test-setcond-fp.ll

index 0e436f4d43b73119f2804be60ced9ef37229d3c5..4209df96849d993d1d66b261e78072330e9275fc 100644 (file)
@@ -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
 
 
index 60e0a2d81ccb70a3a1e79d9ed6fb80d150a19155..1ee7e148e9c20b0b557cbe789250eea496b87dcc 100644 (file)
@@ -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
 
 ; This tests to make sure that we can evaluate weird constant expressions
index e0243459448510631b4d15429366e0c4eb03722d..3f54d6f97ae1a85a846ce8b15f572caed8b1259a 100644 (file)
@@ -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