From 4f0a829a6870d866dad7f3178f7fe874f35908f6 Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Wed, 25 Feb 2004 22:09:36 +0000 Subject: [PATCH] Great sparc renaming fallout IV: Sparc --> SparcV9. llvm-svn: 11844 --- lib/CodeGen/InstrSched/InstrScheduling.cpp | 2 +- lib/CodeGen/InstrSched/SchedPriorities.cpp | 2 +- lib/ExecutionEngine/JIT/TargetSelect.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/CodeGen/InstrSched/InstrScheduling.cpp b/lib/CodeGen/InstrSched/InstrScheduling.cpp index 4fad07eae8f..b273bcb05a1 100644 --- a/lib/CodeGen/InstrSched/InstrScheduling.cpp +++ b/lib/CodeGen/InstrSched/InstrScheduling.cpp @@ -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" diff --git a/lib/CodeGen/InstrSched/SchedPriorities.cpp b/lib/CodeGen/InstrSched/SchedPriorities.cpp index aab44346358..53b71fa3a73 100644 --- a/lib/CodeGen/InstrSched/SchedPriorities.cpp +++ b/lib/CodeGen/InstrSched/SchedPriorities.cpp @@ -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" diff --git a/lib/ExecutionEngine/JIT/TargetSelect.cpp b/lib/ExecutionEngine/JIT/TargetSelect.cpp index fd96e5ef678..4d79990e88b 100644 --- a/lib/ExecutionEngine/JIT/TargetSelect.cpp +++ b/lib/ExecutionEngine/JIT/TargetSelect.cpp @@ -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)