mirror of
git://c9x.me/qbe.git
synced 2026-04-07 02:49:47 +00:00
delete callclb altogether
This commit is contained in:
parent
5163c8902e
commit
b871c261a1
@ -512,13 +512,6 @@ calluse(Ins i, int p[2])
|
|||||||
return b;
|
return b;
|
||||||
}
|
}
|
||||||
|
|
||||||
ulong
|
|
||||||
callclb(Ins i, int p[2])
|
|
||||||
{
|
|
||||||
(void)i; (void)p;
|
|
||||||
assert(!"oops");
|
|
||||||
}
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
selcall(Fn *fn, Ins *i0, Ins *i1)
|
selcall(Fn *fn, Ins *i0, Ins *i1)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user