From: Vikram S. Adve Date: Mon, 16 Sep 2002 15:32:07 +0000 (+0000) Subject: Add subdirectory PreSelection. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=00020d3d01ef91080ca6ba9790b2b198e8543895;p=oota-llvm.git Add subdirectory PreSelection. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3739 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/Makefile b/lib/CodeGen/Makefile index 62c298d3d29..c37630a79bc 100644 --- a/lib/CodeGen/Makefile +++ b/lib/CodeGen/Makefile @@ -1,4 +1,4 @@ LEVEL = ../.. -DIRS = InstrSelection InstrSched RegAlloc Mapping +DIRS = PreSelection InstrSelection InstrSched RegAlloc Mapping include $(LEVEL)/Makefile.common