diff options
author | Chris Lattner <sabre@nondot.org> | 2009-03-17 20:23:43 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-03-17 20:23:43 +0000 |
commit | 4359f3f26f0b224d74bac9f980a5bc5769d3a22e (patch) | |
tree | c09142945d99b8209284624f4599dce84129105d /llvm/test/CodeGen/X86/alloca-align-rounding.ll | |
parent | 62c72c6826bd9b724728840bed6f9ea1346dddad (diff) | |
download | bcm5719-llvm-4359f3f26f0b224d74bac9f980a5bc5769d3a22e.tar.gz bcm5719-llvm-4359f3f26f0b224d74bac9f980a5bc5769d3a22e.zip |
this is apparently passing now. Evan/Dan, please check
to see if this is producing the expected code or not, I'm
not sure what the test was intended to check.
llvm-svn: 67099
Diffstat (limited to 'llvm/test/CodeGen/X86/alloca-align-rounding.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/alloca-align-rounding.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/alloca-align-rounding.ll b/llvm/test/CodeGen/X86/alloca-align-rounding.ll index 77a8ccc03d2..0bd97c23e87 100644 --- a/llvm/test/CodeGen/X86/alloca-align-rounding.ll +++ b/llvm/test/CodeGen/X86/alloca-align-rounding.ll @@ -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) |