summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-08-15 04:55:22 +0000
committerChris Lattner <sabre@nondot.org>2003-08-15 04:55:22 +0000
commit79ba7c1aee433775f77fb5892b0aa764b39d8511 (patch)
tree09a3a7acb8791495a499423c3b35b6414c80e8ce
parent52cc7e2eddaeba4edf3332e1ec57855c64e271d3 (diff)
downloadllvm-79ba7c1aee433775f77fb5892b0aa764b39d8511.tar.gz
llvm-79ba7c1aee433775f77fb5892b0aa764b39d8511.tar.bz2
llvm-79ba7c1aee433775f77fb5892b0aa764b39d8511.tar.xz
rename selection directory and library to SelectionDAG
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7877 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/CodeGen/Makefile2
-rw-r--r--lib/CodeGen/SelectionDAG/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/CodeGen/Makefile b/lib/CodeGen/Makefile
index 52fa0dbf0d..f0a0431f99 100644
--- a/lib/CodeGen/Makefile
+++ b/lib/CodeGen/Makefile
@@ -1,5 +1,5 @@
LEVEL = ../..
-PARALLEL_DIRS = PreOpts InstrSelection InstrSched RegAlloc PostOpts Selection
+PARALLEL_DIRS = PreOpts InstrSelection InstrSched RegAlloc PostOpts SelectionDAG
LIBRARYNAME = codegen
include $(LEVEL)/Makefile.common
diff --git a/lib/CodeGen/SelectionDAG/Makefile b/lib/CodeGen/SelectionDAG/Makefile
index 77fad10f39..7ee0355487 100644
--- a/lib/CodeGen/SelectionDAG/Makefile
+++ b/lib/CodeGen/SelectionDAG/Makefile
@@ -1,5 +1,5 @@
LEVEL = ../../..
PARALLEL_DIRS =
-LIBRARYNAME = selection
+LIBRARYNAME = selectiondag
include $(LEVEL)/Makefile.common