From: Vikram S. Adve Date: Fri, 20 Sep 2002 00:53:53 +0000 (+0000) Subject: Add PostOpts/ and rename PreSelection/ to PreOpts/. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=57e14bd75735b79b189d85f25c5b86983845ff15;p=oota-llvm.git Add PostOpts/ and rename PreSelection/ to PreOpts/. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3847 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/Makefile b/lib/CodeGen/Makefile index c37630a79bc..57ee9160fcf 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