this is apparently passing now. Evan/Dan, please check
authorChris Lattner <sabre@nondot.org>
Tue, 17 Mar 2009 20:23:43 +0000 (20:23 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 17 Mar 2009 20:23:43 +0000 (20:23 +0000)
to see if this is producing the expected code or not, I'm
not sure what the test was intended to check.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67099 91177308-0d34-0410-b5e6-96231b3b80d8

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

index 77a8ccc03d26f5ece7234ce2a2a0a1c819d0a34c..0bd97c23e87bb03adb24eef46a6bf3f2fe82d364 100644 (file)
@@ -1,6 +1,5 @@
 ; 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)