xfail this.
authorEvan Cheng <evan.cheng@apple.com>
Fri, 29 Aug 2008 22:59:13 +0000 (22:59 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 29 Aug 2008 22:59:13 +0000 (22:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55550 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/alloca-align-rounding.ll

index 0bd97c23e87bb03adb24eef46a6bf3f2fe82d364..77a8ccc03d26f5ece7234ce2a2a0a1c819d0a34c 100644 (file)
@@ -1,5 +1,6 @@
 ; RUN: llvm-as < %s | llc -march=x86 -mtriple=i686-apple-darwin | grep and | count 1
 ; RUN: llvm-as < %s | llc -march=x86-64 -mtriple=i686-pc-linux | grep and | count 1
+; XFAIL: *
 
 declare void @bar(<2 x i64>* %n)