qbe

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

commit c21581647b604756caa4727b839ac6a77bbfc9bd
parent ff79d2abaea61aa1ba3bca2762a11818c8658201
Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu>
Date:   Sun, 27 Mar 2016 18:20:51 -0400

compile pmov to cwd

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

diff --git a/tools/pmov.c b/tools/pmov.c @@ -1,4 +1,4 @@ -/*% rm -f rega.o main.o && cc -g -std=c99 -Wall -DTEST_PMOV -o # % *.o +/*% rm -f rega.o main.o && cc -g -std=c99 -Wall -DTEST_PMOV -o pmov % *.o * * This is a test framwork for the dopm() function * in rega.c, use it when you want to modify it or