added Reoptimizer in Makefile DIRS

llvm-svn: 3515
This commit is contained in:
Anand Shukla 2002-08-27 22:05:53 +00:00
parent cbf89056d3
commit a1cd3fedb5
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
LEVEL = .. LEVEL = ..
DIRS = VMCore Analysis Transforms AsmParser Bytecode Support CodeGen Target CWriter
DIRS = VMCore Analysis Transforms AsmParser Bytecode Support CodeGen Target CWriter Reoptimizer
include $(LEVEL)/Makefile.common include $(LEVEL)/Makefile.common