Add testcase for r63142.
[oota-llvm.git] / test / CodeGen / X86 / alloca-align-rounding.ll
index af3fe905d69ebc90b0a63639271f5aa7c0c7d2c8..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 3
+; RUN: llvm-as < %s | llc -march=x86-64 -mtriple=i686-pc-linux | grep and | count 1
+; XFAIL: *
 
 declare void @bar(<2 x i64>* %n)