summaryrefslogtreecommitdiff
path: root/lib/CodeGen/Makefile
diff options
context:
space:
mode:
authorVikram S. Adve <vadve@cs.uiuc.edu>2002-09-20 00:53:53 +0000
committerVikram S. Adve <vadve@cs.uiuc.edu>2002-09-20 00:53:53 +0000
commit57e14bd75735b79b189d85f25c5b86983845ff15 (patch)
tree54d1bceb500955da4ad5e1f085f4246721aebcd8 /lib/CodeGen/Makefile
parente5b2565a02efc2f44d1b5e07438e46974d4b24c1 (diff)
downloadllvm-57e14bd75735b79b189d85f25c5b86983845ff15.tar.gz
llvm-57e14bd75735b79b189d85f25c5b86983845ff15.tar.bz2
llvm-57e14bd75735b79b189d85f25c5b86983845ff15.tar.xz
Add PostOpts/ and rename PreSelection/ to PreOpts/.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3847 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/Makefile')
-rw-r--r--lib/CodeGen/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/Makefile b/lib/CodeGen/Makefile
index c37630a79b..57ee9160fc 100644
--- a/lib/CodeGen/Makefile
+++ b/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