do sign/zero extensions removal in copy.c
This commit is contained in:
parent
e46b4e31e8
commit
2c2db15995
6 changed files with 66 additions and 56 deletions
2
Makefile
2
Makefile
|
@ -4,7 +4,7 @@ ABI = sysv
|
|||
V = @
|
||||
OBJDIR = obj
|
||||
|
||||
SRC = main.c util.c parse.c cfg.c mem.c ssa.c alias.c load.c simpl.c copy.c fold.c live.c $(ABI).c isel.c spill.c rega.c emit.c
|
||||
SRC = main.c util.c parse.c cfg.c mem.c ssa.c alias.c load.c copy.c fold.c live.c $(ABI).c isel.c spill.c rega.c emit.c
|
||||
OBJ = $(SRC:%.c=$(OBJDIR)/%.o)
|
||||
|
||||
CFLAGS += -Wall -Wextra -std=c99 -g -pedantic
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue