[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/2006-12-04-X86-64-Bitcast.ll

Reid Spencer reid at x10sys.com
Mon Dec 4 10:39:29 PST 2006



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

2006-12-04-X86-64-Bitcast.ll updated: 1.1 -> 1.2
---
Log message:

XFAIL until PR1033: http://llvm.org/PR1033  is fixed.


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

 2006-12-04-X86-64-Bitcast.ll |    1 +
 1 files changed, 1 insertion(+)


Index: llvm/test/Regression/CodeGen/X86/2006-12-04-X86-64-Bitcast.ll
diff -u llvm/test/Regression/CodeGen/X86/2006-12-04-X86-64-Bitcast.ll:1.1 llvm/test/Regression/CodeGen/X86/2006-12-04-X86-64-Bitcast.ll:1.2
--- llvm/test/Regression/CodeGen/X86/2006-12-04-X86-64-Bitcast.ll:1.1	Mon Dec  4 12:24:56 2006
+++ llvm/test/Regression/CodeGen/X86/2006-12-04-X86-64-Bitcast.ll	Mon Dec  4 12:39:14 2006
@@ -1,5 +1,6 @@
 ; PR1033
 ; RUN: llvm-as < %s | llc -march=x86-64
+; XFAIL: *
 long %p(double %t) {
   %u = bitcast double %t to long
   ret long %u






More information about the llvm-commits mailing list