diff options
author | Evan Cheng <evan.cheng@apple.com> | 2008-08-29 22:59:13 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2008-08-29 22:59:13 +0000 |
commit | 0b82607fa13503474a2ba8bcab8a33c76f3bfab1 (patch) | |
tree | 95df4ff87aac349098d0510165aae1008161e74b | |
parent | 5e7658c2e4addd6a7b4d8272c8df69354f04d2b8 (diff) | |
download | bcm5719-llvm-0b82607fa13503474a2ba8bcab8a33c76f3bfab1.tar.gz bcm5719-llvm-0b82607fa13503474a2ba8bcab8a33c76f3bfab1.zip |
xfail this.
llvm-svn: 55550
-rw-r--r-- | llvm/test/CodeGen/X86/alloca-align-rounding.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/X86/alloca-align-rounding.ll b/llvm/test/CodeGen/X86/alloca-align-rounding.ll index 0bd97c23e87..77a8ccc03d2 100644 --- a/llvm/test/CodeGen/X86/alloca-align-rounding.ll +++ b/llvm/test/CodeGen/X86/alloca-align-rounding.ll @@ -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) |