[llvm-commits] CVS: llvm/test/CodeGen/Generic/2007-04-14-BitTestsBadMask.ll

Chris Lattner sabre at nondot.org
Sat Apr 14 16:41:10 PDT 2007



Changes in directory llvm/test/CodeGen/Generic:

2007-04-14-BitTestsBadMask.ll updated: 1.1 -> 1.2
---
Log message:

xfail for now


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

 2007-04-14-BitTestsBadMask.ll |    3 +++
 1 files changed, 3 insertions(+)


Index: llvm/test/CodeGen/Generic/2007-04-14-BitTestsBadMask.ll
diff -u llvm/test/CodeGen/Generic/2007-04-14-BitTestsBadMask.ll:1.1 llvm/test/CodeGen/Generic/2007-04-14-BitTestsBadMask.ll:1.2
--- llvm/test/CodeGen/Generic/2007-04-14-BitTestsBadMask.ll:1.1	Sat Apr 14 08:25:55 2007
+++ llvm/test/CodeGen/Generic/2007-04-14-BitTestsBadMask.ll	Sat Apr 14 18:40:49 2007
@@ -2,6 +2,9 @@
 ; RUN: llvm-as < %s | llc -march=x86-64 | grep '4294981120'
 ; PR 1325
 
+; FIXME: this is xfailed until we figure out ppc bootstrap
+; XFAIL: *
+
 ; ModuleID = 'bugpoint.test.bc'
 target datalayout = "E-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64"
 target triple = "powerpc-apple-darwin8.8.0"






More information about the llvm-commits mailing list