[llvm-commits] [llvm] r55550 - /llvm/trunk/test/CodeGen/X86/alloca-align-rounding.ll

Evan Cheng evan.cheng at apple.com
Fri Aug 29 15:59:14 PDT 2008


Author: evancheng
Date: Fri Aug 29 17:59:13 2008
New Revision: 55550

URL: http://llvm.org/viewvc/llvm-project?rev=55550&view=rev
Log:
xfail this.

Modified:
    llvm/trunk/test/CodeGen/X86/alloca-align-rounding.ll

Modified: llvm/trunk/test/CodeGen/X86/alloca-align-rounding.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/alloca-align-rounding.ll?rev=55550&r1=55549&r2=55550&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/X86/alloca-align-rounding.ll (original)
+++ llvm/trunk/test/CodeGen/X86/alloca-align-rounding.ll Fri Aug 29 17:59:13 2008
@@ -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)
 





More information about the llvm-commits mailing list