diff options
author | Vikram S. Adve <vadve@cs.uiuc.edu> | 2002-09-20 00:53:53 +0000 |
---|---|---|
committer | Vikram S. Adve <vadve@cs.uiuc.edu> | 2002-09-20 00:53:53 +0000 |
commit | 57e14bd75735b79b189d85f25c5b86983845ff15 (patch) | |
tree | 54d1bceb500955da4ad5e1f085f4246721aebcd8 /lib/CodeGen/Makefile | |
parent | e5b2565a02efc2f44d1b5e07438e46974d4b24c1 (diff) |
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/Makefile | 2 |
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 |