aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-07-15 02:33:38 +0000
committerChris Lattner <sabre@nondot.org>2004-07-15 02:33:38 +0000
commit017fdcb76def65c32083fa7e2e4cb1f69b77eed0 (patch)
treea10e6430be6bf97d6e4a5485870f8b55725fcc3e
parent1ff1ff70e3eef938b1290f3e3b386bb0feca2c5a (diff)
Revert stuff that I didn't mean to checkin
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14844 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/PowerPC/Makefile3
-rw-r--r--lib/Target/PowerPC/PPCTargetMachine.cpp2
2 files changed, 2 insertions, 3 deletions
diff --git a/lib/Target/PowerPC/Makefile b/lib/Target/PowerPC/Makefile
index 1aa9b8e733..ef9fff7377 100644
--- a/lib/Target/PowerPC/Makefile
+++ b/lib/Target/PowerPC/Makefile
@@ -7,8 +7,7 @@
#
##===----------------------------------------------------------------------===##
LEVEL = ../../..
-LIBRARYNAME = powerpc2
-SHARED_LIBRARY=1
+LIBRARYNAME = powerpc
include $(LEVEL)/Makefile.common
# Make sure that tblgen is run, first thing.
diff --git a/lib/Target/PowerPC/PPCTargetMachine.cpp b/lib/Target/PowerPC/PPCTargetMachine.cpp
index 7d875dd631..25c7fc0959 100644
--- a/lib/Target/PowerPC/PPCTargetMachine.cpp
+++ b/lib/Target/PowerPC/PPCTargetMachine.cpp
@@ -25,7 +25,7 @@ using namespace llvm;
namespace {
// Register the target.
- RegisterTarget<PowerPCTargetMachine> X("powerpc2", " PowerPC X (experimental)");
+ RegisterTarget<PowerPCTargetMachine> X("powerpc", " PowerPC (experimental)");
}
unsigned PowerPCTargetMachine::getJITMatchQuality() {