XFAIL until PR1033 is fixed.
authorReid Spencer <rspencer@reidspencer.com>
Mon, 4 Dec 2006 18:39:14 +0000 (18:39 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 4 Dec 2006 18:39:14 +0000 (18:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32187 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/2006-12-04-X86-64-Bitcast.ll

index aacc1dfc9c6605270047f71c23a365bd305f64e6..c18c5af39a505ed01e4ae803f071a00254833a99 100644 (file)
@@ -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