Add PostOpts/ and rename PreSelection/ to PreOpts/.

llvm-svn: 3847
diff --git a/llvm/lib/CodeGen/Makefile b/llvm/lib/CodeGen/Makefile
index c37630a..57ee916 100644
--- a/llvm/lib/CodeGen/Makefile
+++ b/llvm/lib/CodeGen/Makefile
@@ -1,4 +1,4 @@
 LEVEL = ../..
-DIRS  = PreSelection InstrSelection InstrSched RegAlloc Mapping
+DIRS  = PreOpts InstrSelection InstrSched RegAlloc PostOpts Mapping
 
 include $(LEVEL)/Makefile.common