diff options
-rw-r--r-- | lib/Target/SparcV9/SparcV9StackSlots.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Target/SparcV9/SparcV9StackSlots.cpp b/lib/Target/SparcV9/SparcV9StackSlots.cpp index 44103a6..551dd92 100644 --- a/lib/Target/SparcV9/SparcV9StackSlots.cpp +++ b/lib/Target/SparcV9/SparcV9StackSlots.cpp @@ -1,4 +1,4 @@ -//===- StackSlots.cpp - Specialize LLVM code for target machine ---------===// +//===- StackSlots.cpp - Specialize LLVM code for target machine ----------===// // // The LLVM Compiler Infrastructure // @@ -15,10 +15,10 @@ #include "SparcInternals.h" #include "llvm/Constant.h" -#include "llvm/Function.h" #include "llvm/DerivedTypes.h" -#include "llvm/CodeGen/MachineFunctionPass.h" +#include "llvm/Function.h" #include "llvm/CodeGen/MachineFunctionInfo.h" +#include "llvm/CodeGen/MachineFunctionPass.h" namespace { class StackSlots : public MachineFunctionPass { |