forked from OSchip/llvm-project
You cannot pass functions by value, what does that even mean??
llvm-svn: 14833
This commit is contained in:
parent
1e780d3d26
commit
969d6fbcee
|
@ -1,8 +1,8 @@
|
||||||
%myty = type int
|
%myty = type int
|
||||||
%myfn = type float (int,double,uint,short)
|
%myfn = type float (int,double,uint,short)
|
||||||
type int(%myfn)
|
type int(%myfn*)
|
||||||
type int(int)
|
type int(int)
|
||||||
type int(int(int))
|
type int(int(int)*)
|
||||||
|
|
||||||
%thisfuncty = type int (int) *
|
%thisfuncty = type int (int) *
|
||||||
implementation
|
implementation
|
||||||
|
|
Loading…
Reference in New Issue