[llvm-commits] CVS: llvm/test/Regression/CodeGen/CBackend/2006-12-11-Float-Bitcast.ll

Reid Spencer reid at x10sys.com
Fri Dec 29 12:02:25 PST 2006



Changes in directory llvm/test/Regression/CodeGen/CBackend:

2006-12-11-Float-Bitcast.ll updated: 1.2 -> 1.3
---
Log message:

Update tests that need to be run through llvm-upgrade. This is necessary
for upcoming changes to the llvm assembly grammar.


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

 2006-12-11-Float-Bitcast.ll |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


Index: llvm/test/Regression/CodeGen/CBackend/2006-12-11-Float-Bitcast.ll
diff -u llvm/test/Regression/CodeGen/CBackend/2006-12-11-Float-Bitcast.ll:1.2 llvm/test/Regression/CodeGen/CBackend/2006-12-11-Float-Bitcast.ll:1.3
--- llvm/test/Regression/CodeGen/CBackend/2006-12-11-Float-Bitcast.ll:1.2	Mon Dec 11 18:53:31 2006
+++ llvm/test/Regression/CodeGen/CBackend/2006-12-11-Float-Bitcast.ll	Fri Dec 29 14:01:32 2006
@@ -1,5 +1,6 @@
-; RUN: llvm-as < %s | llc -march=c &&
-; RUN: llvm-as < %s | llc -march=c | grep '__BITCAST' | wc -l | grep 14
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=c &&
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=c | \
+; RUN:  grep '__BITCAST' | wc -l | grep 14
 
 int %test1(float %F) {
    %X = bitcast float %F to int






More information about the llvm-commits mailing list