From: Anand Shukla Date: Tue, 27 Aug 2002 22:45:49 +0000 (+0000) Subject: Added Mapping subdir X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2caa9204b2e667297ad32615ec3363ce2c6b9d74;p=oota-llvm.git Added Mapping subdir git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3517 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/Makefile b/lib/CodeGen/Makefile index 90124a2375f..62c298d3d29 100644 --- a/lib/CodeGen/Makefile +++ b/lib/CodeGen/Makefile @@ -1,4 +1,4 @@ LEVEL = ../.. -DIRS = InstrSelection InstrSched RegAlloc +DIRS = InstrSelection InstrSched RegAlloc Mapping include $(LEVEL)/Makefile.common