From 1506aef6d4c31e1f8ddc31b1d838e2b10b9694be Mon Sep 17 00:00:00 2001 From: Ruchira Sasanka Date: Fri, 14 Sep 2001 21:28:17 +0000 Subject: [PATCH] added RegAlloc Directory to DIRS git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@581 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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