summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression/Assembler/2005-01-31-CallingAggregateFunction.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Regression/Assembler/2005-01-31-CallingAggregateFunction.ll')
-rw-r--r--llvm/test/Regression/Assembler/2005-01-31-CallingAggregateFunction.ll8
1 files changed, 0 insertions, 8 deletions
diff --git a/llvm/test/Regression/Assembler/2005-01-31-CallingAggregateFunction.ll b/llvm/test/Regression/Assembler/2005-01-31-CallingAggregateFunction.ll
deleted file mode 100644
index a5de2bace96..00000000000
--- a/llvm/test/Regression/Assembler/2005-01-31-CallingAggregateFunction.ll
+++ /dev/null
@@ -1,8 +0,0 @@
-; RUN: llvm-upgrade %s | llvm-as -o /dev/null -f 2>&1 | grep "LLVM functions cannot return aggregate types"
-
-void %test() {
- call {} %foo()
- ret void
-}
-
-declare {} %foo()
OpenPOWER on IntegriCloud