Add PostOpts/ and rename PreSelection/ to PreOpts/.

llvm-svn: 3847
This commit is contained in:
Vikram S. Adve 2002-09-20 00:53:53 +00:00
parent 2f4d556d21
commit e6ee32bfe2
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
LEVEL = ../..
DIRS = PreSelection InstrSelection InstrSched RegAlloc Mapping
DIRS = PreOpts InstrSelection InstrSched RegAlloc PostOpts Mapping
include $(LEVEL)/Makefile.common