[llvm-commits] CVS: llvm/test/Regression/Bytecode/2006-12-11-Cast-ConstExpr.ll
Reid Spencer
reid at x10sys.com
Fri Dec 29 12:02:27 PST 2006
Changes in directory llvm/test/Regression/Bytecode:
2006-12-11-Cast-ConstExpr.ll updated: 1.1 -> 1.2
---
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: (+1 -1)
2006-12-11-Cast-ConstExpr.ll | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/Regression/Bytecode/2006-12-11-Cast-ConstExpr.ll
diff -u llvm/test/Regression/Bytecode/2006-12-11-Cast-ConstExpr.ll:1.1 llvm/test/Regression/Bytecode/2006-12-11-Cast-ConstExpr.ll:1.2
--- llvm/test/Regression/Bytecode/2006-12-11-Cast-ConstExpr.ll:1.1 Mon Dec 11 17:19:53 2006
+++ llvm/test/Regression/Bytecode/2006-12-11-Cast-ConstExpr.ll Fri Dec 29 14:01:32 2006
@@ -1,6 +1,6 @@
; This test ensures that we get a bitcast constant expression in and out,
; not a sitofp constant expression.
-; RUN: llvm-as < %s | llvm-dis | grep 'bitcast ('
+; RUN: llvm-upgrade < %s | llvm-as | llvm-dis | grep 'bitcast ('
%G = external global int
float %tryit(int %A) {
More information about the llvm-commits
mailing list