From: Misha Brukman Date: Thu, 6 Nov 2003 18:06:13 +0000 (+0000) Subject: * Make the comment header 80 columns long X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=6d7aad1dd57b7928c3ffde779bf958ded3145d2a;p=oota-llvm.git * Make the comment header 80 columns long * Alphabetize #includes git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9751 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/SparcV9/SparcV9StackSlots.cpp b/lib/Target/SparcV9/SparcV9StackSlots.cpp index 44103a614be..551dd92b495 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 {