[llvm-commits] CVS: llvm/test/Regression/Assembler/2003-11-12-ConstantExprCast.llx

Reid Spencer reid at x10sys.com
Sun Nov 26 17:06:25 PST 2006



Changes in directory llvm/test/Regression/Assembler:

2003-11-12-ConstantExprCast.llx updated: 1.1 -> 1.2
---
Log message:

For PR950: http://llvm.org/PR950 :
The long awaited CAST patch. This introduces 12 new instructions into LLVM
to replace the cast instruction. Corresponding changes throughout LLVM are
provided. This passes llvm-test, llvm/test, and SPEC CPUINT2000 with the
exception of 175.vpr which fails only on a slight floating point output
difference.


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

 2003-11-12-ConstantExprCast.llx |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/test/Regression/Assembler/2003-11-12-ConstantExprCast.llx
diff -u llvm/test/Regression/Assembler/2003-11-12-ConstantExprCast.llx:1.1 llvm/test/Regression/Assembler/2003-11-12-ConstantExprCast.llx:1.2
--- llvm/test/Regression/Assembler/2003-11-12-ConstantExprCast.llx:1.1	Wed Nov 12 10:40:08 2003
+++ llvm/test/Regression/Assembler/2003-11-12-ConstantExprCast.llx	Sun Nov 26 19:05:10 2006
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llvm-dis | grep ' cast ('
+; RUN: llvm-as < %s | llvm-dis | grep ' bitcast ('
 
 %.Base64_1 = external constant [4 x sbyte] 
 






More information about the llvm-commits mailing list