mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
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:
parent
1ff1ff70e3
commit
017fdcb76d
@ -7,8 +7,7 @@
|
||||
#
|
||||
##===----------------------------------------------------------------------===##
|
||||
LEVEL = ../../..
|
||||
LIBRARYNAME = powerpc2
|
||||
SHARED_LIBRARY=1
|
||||
LIBRARYNAME = powerpc
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
||||
# Make sure that tblgen is run, first thing.
|
||||
|
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user