diff options
Diffstat (limited to 'llvm/lib/Target/SparcV9/InstrSelection/InstrSelection.cpp')
-rw-r--r-- | llvm/lib/Target/SparcV9/InstrSelection/InstrSelection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/SparcV9/InstrSelection/InstrSelection.cpp b/llvm/lib/Target/SparcV9/InstrSelection/InstrSelection.cpp index 6cce02f8dd6..0e8c58b1bd1 100644 --- a/llvm/lib/Target/SparcV9/InstrSelection/InstrSelection.cpp +++ b/llvm/lib/Target/SparcV9/InstrSelection/InstrSelection.cpp @@ -16,11 +16,11 @@ #include "llvm/CodeGen/InstrSelection.h" #include "llvm/Function.h" -#include "llvm/IntrinsicLowering.h" #include "llvm/iPHINode.h" #include "llvm/iOther.h" #include "llvm/Pass.h" #include "llvm/CodeGen/InstrForest.h" +#include "llvm/CodeGen/IntrinsicLowering.h" #include "llvm/CodeGen/MachineCodeForInstruction.h" #include "llvm/CodeGen/MachineFunction.h" #include "llvm/Target/TargetMachine.h" |