summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2008-08-29 22:59:13 +0000
committerEvan Cheng <evan.cheng@apple.com>2008-08-29 22:59:13 +0000
commit50ead9099dea1f557d5e11bceec12296fc9dc5e8 (patch)
treee97bfad58a997520b00a4fcb164f9d68c63a78b4 /test
parent17a568b6682874f7a5dfe92728d372421de3e645 (diff)
downloadllvm-50ead9099dea1f557d5e11bceec12296fc9dc5e8.tar.gz
llvm-50ead9099dea1f557d5e11bceec12296fc9dc5e8.tar.bz2
llvm-50ead9099dea1f557d5e11bceec12296fc9dc5e8.tar.xz
xfail this.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55550 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/X86/alloca-align-rounding.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/X86/alloca-align-rounding.ll b/test/CodeGen/X86/alloca-align-rounding.ll
index 0bd97c23e8..77a8ccc03d 100644
--- a/test/CodeGen/X86/alloca-align-rounding.ll
+++ b/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)