mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 21:00:29 +00:00
Fit banner in 80-col and adjust whitespace. No functionality changes.
llvm-svn: 132964
This commit is contained in:
parent
77d4d62693
commit
6a95970b19
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user