summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-07-14 23:14:07 +0000
committerChris Lattner <sabre@nondot.org>2004-07-14 23:14:07 +0000
commit969d6fbcee30a3e82e102beb53d14e7c3cbc8bb6 (patch)
tree1288f33eed35029b01c5efda6aa3ca185b6e5afc
parent1e780d3d2600414faeedc9a3c4b21c5774344f16 (diff)
downloadbcm5719-llvm-969d6fbcee30a3e82e102beb53d14e7c3cbc8bb6.tar.gz
bcm5719-llvm-969d6fbcee30a3e82e102beb53d14e7c3cbc8bb6.zip
You cannot pass functions by value, what does that even mean??
llvm-svn: 14833
-rw-r--r--llvm/test/Feature/forwardreftest.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Feature/forwardreftest.ll b/llvm/test/Feature/forwardreftest.ll
index 641aff5ad75..bd6ba086da4 100644
--- a/llvm/test/Feature/forwardreftest.ll
+++ b/llvm/test/Feature/forwardreftest.ll
@@ -1,8 +1,8 @@
%myty = type int
%myfn = type float (int,double,uint,short)
- type int(%myfn)
+ type int(%myfn*)
type int(int)
- type int(int(int))
+ type int(int(int)*)
%thisfuncty = type int (int) *
implementation
OpenPOWER on IntegriCloud