mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-23 20:15:35 +00:00
Great sparc renaming fallout IV: Sparc --> SparcV9.
llvm-svn: 11844
This commit is contained in:
parent
0865239405
commit
4f0a829a68
@ -16,7 +16,7 @@
|
||||
#include "llvm/CodeGen/MachineInstr.h"
|
||||
#include "llvm/CodeGen/MachineCodeForInstruction.h"
|
||||
#include "llvm/CodeGen/MachineFunction.h"
|
||||
#include "../../Target/Sparc/LiveVar/FunctionLiveVarInfo.h"
|
||||
#include "../../Target/SparcV9/LiveVar/FunctionLiveVarInfo.h"
|
||||
#include "llvm/Target/TargetMachine.h"
|
||||
#include "llvm/BasicBlock.h"
|
||||
#include "Support/CommandLine.h"
|
||||
|
@ -18,7 +18,7 @@
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "SchedPriorities.h"
|
||||
#include "../../Target/Sparc/LiveVar/FunctionLiveVarInfo.h"
|
||||
#include "../../Target/SparcV9/LiveVar/FunctionLiveVarInfo.h"
|
||||
#include "llvm/CodeGen/MachineBasicBlock.h"
|
||||
#include "llvm/Support/CFG.h"
|
||||
#include "Support/PostOrderIterator.h"
|
||||
|
@ -38,7 +38,7 @@ namespace {
|
||||
clEnumVal(x86, " IA-32 (Pentium and above)"),
|
||||
#endif
|
||||
#ifdef ENABLE_SPARC_JIT
|
||||
clEnumValN(Sparc, "sparcv9", " Sparc-V9"),
|
||||
clEnumValN(SparcV9, "sparcv9", " Sparc-V9"),
|
||||
#endif
|
||||
0),
|
||||
#if defined(ENABLE_X86_JIT)
|
||||
|
Loading…
Reference in New Issue
Block a user