From: Ruchira Sasanka Date: Fri, 14 Sep 2001 21:28:17 +0000 (+0000) Subject: added RegAlloc Directory to DIRS X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1506aef6d4c31e1f8ddc31b1d838e2b10b9694be;p=oota-llvm.git added RegAlloc Directory to DIRS git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@581 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/Makefile b/lib/CodeGen/Makefile index b0fba9d6567..90124a2375f 100644 --- a/lib/CodeGen/Makefile +++ b/lib/CodeGen/Makefile @@ -1,4 +1,4 @@ LEVEL = ../.. -DIRS = InstrSelection InstrSched +DIRS = InstrSelection InstrSched RegAlloc include $(LEVEL)/Makefile.common