aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler
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
commit37895850da1d3650c2be1450cfed58bec1a25e60 (patch)
tree4a0e1c383822e6ea292caa5963e7c46a1b4f2a47 /test/Assembler
parent6ce33d9411eff06c98252231ca383e78feb33f9c (diff)
downloadexternal_llvm-37895850da1d3650c2be1450cfed58bec1a25e60.zip
external_llvm-37895850da1d3650c2be1450cfed58bec1a25e60.tar.gz
external_llvm-37895850da1d3650c2be1450cfed58bec1a25e60.tar.bz2
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')
-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 997bbfa..ebe2ee9 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()