diff options
Diffstat (limited to 'llvm/lib/CodeGen/TargetMachine/Sparc/SparcInstrSelection.cpp')
-rw-r--r-- | llvm/lib/CodeGen/TargetMachine/Sparc/SparcInstrSelection.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/lib/CodeGen/TargetMachine/Sparc/SparcInstrSelection.cpp b/llvm/lib/CodeGen/TargetMachine/Sparc/SparcInstrSelection.cpp index 13384b8edb5..dcc00b53a90 100644 --- a/llvm/lib/CodeGen/TargetMachine/Sparc/SparcInstrSelection.cpp +++ b/llvm/lib/CodeGen/TargetMachine/Sparc/SparcInstrSelection.cpp @@ -29,10 +29,10 @@ #include "llvm/Method.h" #include "llvm/ConstPoolVals.h" #include "llvm/LLC/CompileContext.h" -#include "llvm/Codegen/Sparc.h" -#include "llvm/Codegen/MachineInstr.h" -#include "llvm/Codegen/InstrForest.h" -#include "llvm/Codegen/InstrSelection.h" +#include "llvm/CodeGen/Sparc.h" +#include "llvm/CodeGen/MachineInstr.h" +#include "llvm/CodeGen/InstrForest.h" +#include "llvm/CodeGen/InstrSelection.h" //******************** Internal Data Declarations ************************/ |