summaryrefslogtreecommitdiffstats
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
commit0605c232b7532828e8af85d81607f40bcdc6ce2e (patch)
treedcf2c06d9190295b2800b812a4b65e72e718f145
parent4640c6c05ef529f2faff00e18be1f165e5b7f708 (diff)
downloadbcm5719-llvm-0605c232b7532828e8af85d81607f40bcdc6ce2e.tar.gz
bcm5719-llvm-0605c232b7532828e8af85d81607f40bcdc6ce2e.zip
rename selection directory and library to SelectionDAG
llvm-svn: 7877
-rw-r--r--llvm/lib/CodeGen/Makefile2
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/Makefile b/llvm/lib/CodeGen/Makefile
index 52fa0dbf0d9..f0a0431f994 100644
--- a/llvm/lib/CodeGen/Makefile
+++ b/llvm/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/llvm/lib/CodeGen/SelectionDAG/Makefile b/llvm/lib/CodeGen/SelectionDAG/Makefile
index 77fad10f39e..7ee03554876 100644
--- a/llvm/lib/CodeGen/SelectionDAG/Makefile
+++ b/llvm/lib/CodeGen/SelectionDAG/Makefile
@@ -1,5 +1,5 @@
LEVEL = ../../..
PARALLEL_DIRS =
-LIBRARYNAME = selection
+LIBRARYNAME = selectiondag
include $(LEVEL)/Makefile.common
OpenPOWER on IntegriCloud