[llvm-commits] CVS: llvm/test/Regression/CodeGen/CBackend/2006-12-11-Float-Bitcast.ll
Reid Spencer
reid at x10sys.com
Mon Dec 11 16:53:46 PST 2006
Changes in directory llvm/test/Regression/CodeGen/CBackend:
2006-12-11-Float-Bitcast.ll updated: 1.1 -> 1.2
---
Log message:
Don't bother upgrading this.
---
Diffs of the changes: (+2 -2)
2006-12-11-Float-Bitcast.ll | 4 ++--
1 files changed, 2 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.1 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.1 Mon Dec 11 14:40:28 2006
+++ llvm/test/Regression/CodeGen/CBackend/2006-12-11-Float-Bitcast.ll Mon Dec 11 18:53:31 2006
@@ -1,5 +1,5 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=c &&
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=c | grep '__BITCAST' | wc -l | grep 14
+; RUN: llvm-as < %s | llc -march=c &&
+; RUN: llvm-as < %s | llc -march=c | grep '__BITCAST' | wc -l | grep 14
int %test1(float %F) {
%X = bitcast float %F to int
More information about the llvm-commits
mailing list