qbe

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

commit 06c2e75a76a4827e14c7e70b7c35bb434f22c8d5
parent b487620955ed90702e594e8982019cc7e69a390d
Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu>
Date:   Fri, 26 Feb 2016 13:46:32 -0500

compile everything

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

diff --git a/lisc/Makefile b/lisc/Makefile @@ -1,5 +1,5 @@ BIN = lisc -OBJ = main.o util.o parse.o live.o # mem.o ssa.o copy.o live.o isel.o spill.o rega.o emit.o +OBJ = main.o util.o parse.o mem.o ssa.o copy.o live.o isel.o spill.o rega.o emit.o CFLAGS = -Wall -Wextra -std=c99 -g -pedantic