qbe

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

commit 559617855a841ebe0dda3ec7f36daf7b36b33d38
parent 43912f18fc7ca02b875ed3c88ad87bd76d588c47
Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu>
Date:   Thu, 17 Sep 2015 19:52:29 -0400

pretty print OPar os parn

Diffstat:
Mlisc/parse.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisc/parse.c b/lisc/parse.c @@ -39,7 +39,7 @@ OpDesc opdesc[NOp] = { [OXCmp] = { "xcmp", 1 }, [OXTest] = { "xtest", 1 }, [OAddr] = { "addr", 0 }, - [OPar] = { "par", 0 }, + [OPar] = { "parn", 0 }, [OParc] = { "parc", 0 }, [OArg] = { "arg", 0 }, [OArgc] = { "argc", 0 },