Instruction selection via pattern matching on instruction trees using BURG.
[oota-llvm.git] / lib / CodeGen / InstrSelection / Makefile
1 LEVEL = ../../..
2
3 DIRS  = 
4
5 LIBRARYNAME = select
6
7 ## List source files in link order
8 Source  = \
9           InstrSelection.o \
10           MachineInstr.o \
11           InstrForest.o
12
13 include $(LEVEL)/Makefile.common