Pretty function, call, phi
This commit is contained in:
1
golden/call.qbe
Normal file
1
golden/call.qbe
Normal file
@@ -0,0 +1 @@
|
||||
%r =w call $f (env 1, w 2, :t %a, ..., w 3, :t1 %b)
|
||||
5
golden/function.qbe
Normal file
5
golden/function.qbe
Normal file
@@ -0,0 +1,5 @@
|
||||
export
|
||||
function :t $f
|
||||
(env %env, w %a, d %b, ...)
|
||||
{@l
|
||||
ret }
|
||||
1
golden/phi.qbe
Normal file
1
golden/phi.qbe
Normal file
@@ -0,0 +1 @@
|
||||
%a =w phi @b 1, @c 2
|
||||
Reference in New Issue
Block a user