qbe

Internal scc patchset buffer for QBE
Log | Files | Refs | README | LICENSE

commit b871c261a1d998f663085577bc2810b4df4724c8
parent 5163c8902ef4ac768e5ced0ea861fa7b4a41c4a6
Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu>
Date:   Fri, 18 Dec 2015 20:32:54 -0500

delete callclb altogether

Diffstat:
Mlisc/isel.c | 7-------
1 file changed, 0 insertions(+), 7 deletions(-)

diff --git a/lisc/isel.c b/lisc/isel.c @@ -512,13 +512,6 @@ calluse(Ins i, int p[2]) return b; } -ulong -callclb(Ins i, int p[2]) -{ - (void)i; (void)p; - assert(!"oops"); -} - static void selcall(Fn *fn, Ins *i0, Ins *i1) {