mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
You cannot pass functions by value, what does that even mean??
llvm-svn: 14833
This commit is contained in:
parent
a4870e6ca2
commit
626552badd
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user