* Make the comment header 80 columns long
authorMisha Brukman <brukman+llvm@gmail.com>
Thu, 6 Nov 2003 18:06:13 +0000 (18:06 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Thu, 6 Nov 2003 18:06:13 +0000 (18:06 +0000)
* Alphabetize #includes

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9751 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/SparcV9/SparcV9StackSlots.cpp

index 44103a614be97bbcda17822a7dac8863c32d337c..551dd92b49568889ad3e777282f829960de6f15a 100644 (file)
@@ -1,4 +1,4 @@
-//===- StackSlots.cpp  - Specialize LLVM code for target machine ---------===//
+//===- StackSlots.cpp  - Specialize LLVM code for target machine ----------===//
 // 
 //                     The LLVM Compiler Infrastructure
 //
 
 #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 {