Add PostOpts/ and rename PreSelection/ to PreOpts/.
authorVikram S. Adve <vadve@cs.uiuc.edu>
Fri, 20 Sep 2002 00:53:53 +0000 (00:53 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Fri, 20 Sep 2002 00:53:53 +0000 (00:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3847 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/Makefile

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