[llvm-commits] CVS: llvm/test/Regression/ExecutionEngine/2003-01-10-FUCOM.ll test-constantexpr.ll test-setcond-fp.ll

Reid Spencer reid at x10sys.com
Tue Dec 19 11:55:33 PST 2006



Changes in directory llvm/test/Regression/ExecutionEngine:

2003-01-10-FUCOM.ll updated: 1.2 -> 1.3
test-constantexpr.ll updated: 1.3 -> 1.4
test-setcond-fp.ll updated: 1.3 -> 1.4
---
Log message:

For PR950: http://llvm.org/PR950 :
Test needs to be upgraded for the forthcoming FCmpInst patch.


---
Diffs of the changes:  (+3 -3)

 2003-01-10-FUCOM.ll  |    2 +-
 test-constantexpr.ll |    2 +-
 test-setcond-fp.ll   |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


Index: llvm/test/Regression/ExecutionEngine/2003-01-10-FUCOM.ll
diff -u llvm/test/Regression/ExecutionEngine/2003-01-10-FUCOM.ll:1.2 llvm/test/Regression/ExecutionEngine/2003-01-10-FUCOM.ll:1.3
--- llvm/test/Regression/ExecutionEngine/2003-01-10-FUCOM.ll:1.2	Sat Nov  6 17:32:43 2004
+++ llvm/test/Regression/ExecutionEngine/2003-01-10-FUCOM.ll	Tue Dec 19 13:55:17 2006
@@ -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: llvm/test/Regression/ExecutionEngine/test-constantexpr.ll
diff -u llvm/test/Regression/ExecutionEngine/test-constantexpr.ll:1.3 llvm/test/Regression/ExecutionEngine/test-constantexpr.ll:1.4
--- llvm/test/Regression/ExecutionEngine/test-constantexpr.ll:1.3	Sun Feb 27 00:14:21 2005
+++ llvm/test/Regression/ExecutionEngine/test-constantexpr.ll	Tue Dec 19 13:55:17 2006
@@ -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: llvm/test/Regression/ExecutionEngine/test-setcond-fp.ll
diff -u llvm/test/Regression/ExecutionEngine/test-setcond-fp.ll:1.3 llvm/test/Regression/ExecutionEngine/test-setcond-fp.ll:1.4
--- llvm/test/Regression/ExecutionEngine/test-setcond-fp.ll:1.3	Sat Nov  6 17:32:43 2004
+++ llvm/test/Regression/ExecutionEngine/test-setcond-fp.ll	Tue Dec 19 13:55:17 2006
@@ -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
 
 






More information about the llvm-commits mailing list