summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorRuchira Sasanka <sasanka@students.uiuc.edu>2001-09-14 21:28:17 +0000
committerRuchira Sasanka <sasanka@students.uiuc.edu>2001-09-14 21:28:17 +0000
commit11002a7b93d970017df74bff164ff4ec30d1d14a (patch)
tree846cb9266b3eb160294cc5ab42edde59649b0ded /llvm/lib
parent808568eafcf66b8b3585380dd2c98e431c1892f3 (diff)
downloadbcm5719-llvm-11002a7b93d970017df74bff164ff4ec30d1d14a.tar.gz
bcm5719-llvm-11002a7b93d970017df74bff164ff4ec30d1d14a.zip
added RegAlloc Directory to DIRS
llvm-svn: 581
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/CodeGen/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/Makefile b/llvm/lib/CodeGen/Makefile
index b0fba9d6567..90124a2375f 100644
--- a/llvm/lib/CodeGen/Makefile
+++ b/llvm/lib/CodeGen/Makefile
@@ -1,4 +1,4 @@
LEVEL = ../..
-DIRS = InstrSelection InstrSched
+DIRS = InstrSelection InstrSched RegAlloc
include $(LEVEL)/Makefile.common
OpenPOWER on IntegriCloud