1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00

* Make the comment header 80 columns long

* Alphabetize #includes

llvm-svn: 9751
This commit is contained in:
Misha Brukman 2003-11-06 18:06:13 +00:00
parent 6667a74caf
commit de3f241f5f

View 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
//
@ -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 {