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
This commit is contained in:
Chris Lattner 2004-07-15 02:33:38 +00:00
parent 1ff1ff70e3
commit 017fdcb76d
2 changed files with 2 additions and 3 deletions

View File

@ -7,8 +7,7 @@
#
##===----------------------------------------------------------------------===##
LEVEL = ../../..
LIBRARYNAME = powerpc2
SHARED_LIBRARY=1
LIBRARYNAME = powerpc
include $(LEVEL)/Makefile.common
# Make sure that tblgen is run, first thing.

View File

@ -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() {