Ruchira Sasanka 422a5cb539 added register allocation code
llvm-svn: 585
2001-09-15 00:30:44 +00:00

13 lines
196 B
Makefile

LEVEL = ../../..
LIBRARYNAME = sparc
## List source files in link order
Source = \
Sparc.o \
Sparc.burm.o \
SparcInstrSelection.o \
SparcRegInfo.o
include $(LEVEL)/Makefile.common