summaryrefslogtreecommitdiff
path: root/test/Assembler/2005-01-31-CallingAggregateFunction.ll
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2008-02-20 23:10:42 +0000
committerDevang Patel <dpatel@apple.com>2008-02-20 23:10:42 +0000
commitad9153ed25df93344976e04637903c369ea36b04 (patch)
tree4a0e1c383822e6ea292caa5963e7c46a1b4f2a47 /test/Assembler/2005-01-31-CallingAggregateFunction.ll
parent2102cab02f65fa89e18aa0a2ba98f53ecc322f03 (diff)
downloadllvm-ad9153ed25df93344976e04637903c369ea36b04.tar.gz
llvm-ad9153ed25df93344976e04637903c369ea36b04.tar.bz2
llvm-ad9153ed25df93344976e04637903c369ea36b04.tar.xz
XFAIL for now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47411 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Assembler/2005-01-31-CallingAggregateFunction.ll')
-rw-r--r--test/Assembler/2005-01-31-CallingAggregateFunction.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Assembler/2005-01-31-CallingAggregateFunction.ll b/test/Assembler/2005-01-31-CallingAggregateFunction.ll
index 997bbfad7a..ebe2ee9e76 100644
--- a/test/Assembler/2005-01-31-CallingAggregateFunction.ll
+++ b/test/Assembler/2005-01-31-CallingAggregateFunction.ll
@@ -1,4 +1,5 @@
-; RUN: not llvm-as < %s -o /dev/null -f
+; RUN: llvm-as < %s -o /dev/null -f
+; XFAIL: *
define void @test() {
call {} @foo()