projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7990dc7
)
Now functions can return aggregate values.
author
Devang Patel
<dpatel@apple.com>
Wed, 20 Feb 2008 22:51:28 +0000
(22:51 +0000)
committer
Devang Patel
<dpatel@apple.com>
Wed, 20 Feb 2008 22:51:28 +0000
(22:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47409
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Assembler/2005-01-31-CallingAggregateFunction.ll
patch
|
blob
|
history
diff --git
a/test/Assembler/2005-01-31-CallingAggregateFunction.ll
b/test/Assembler/2005-01-31-CallingAggregateFunction.ll
index 9fb805498cbb76f1ab91098ae74f44791c6c4c60..997bbfad7a5b029e120e6502ae14f0b5314f61c4 100644
(file)
--- a/
test/Assembler/2005-01-31-CallingAggregateFunction.ll
+++ b/
test/Assembler/2005-01-31-CallingAggregateFunction.ll
@@
-1,5
+1,4
@@
-; RUN: not llvm-as < %s -o /dev/null -f |& \
-; RUN: grep {LLVM functions cannot return aggregate types}
+; RUN: not llvm-as < %s -o /dev/null -f
define void @test() {
call {} @foo()