From 50ead9099dea1f557d5e11bceec12296fc9dc5e8 Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Fri, 29 Aug 2008 22:59:13 +0000 Subject: [PATCH] xfail this. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55550 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/alloca-align-rounding.ll | 1 + 1 file changed, 1 insertion(+) diff --git a/test/CodeGen/X86/alloca-align-rounding.ll b/test/CodeGen/X86/alloca-align-rounding.ll index 0bd97c23e87..77a8ccc03d2 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)