Fit banner in 80-col and adjust whitespace. No functionality changes.

llvm-svn: 132964
This commit is contained in:
Nick Lewycky 2011-06-14 03:23:52 +00:00
parent e712449688
commit 34a425b075
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
//=======- X86FrameLowering.cpp - X86 Frame Information ------------*- C++ -*-====//
//=======- X86FrameLowering.cpp - X86 Frame Information --------*- C++ -*-====//
//
// The LLVM Compiler Infrastructure
//
@ -649,7 +649,7 @@ void X86FrameLowering::emitPrologue(MachineFunction &MF) const {
}
void X86FrameLowering::emitEpilogue(MachineFunction &MF,
MachineBasicBlock &MBB) const {
MachineBasicBlock &MBB) const {
const MachineFrameInfo *MFI = MF.getFrameInfo();
X86MachineFunctionInfo *X86FI = MF.getInfo<X86MachineFunctionInfo>();
const X86RegisterInfo *RegInfo = TM.getRegisterInfo();