diff options
author | Venkatraman Govindaraju <venkatra@cs.wisc.edu> | 2013-06-04 18:33:25 +0000 |
---|---|---|
committer | Venkatraman Govindaraju <venkatra@cs.wisc.edu> | 2013-06-04 18:33:25 +0000 |
commit | a54533ed78779501c38629fabef1a778bdffb69d (patch) | |
tree | 953333f0196b34f35f398f6717612cf0b7313bac /llvm/lib/Target/Sparc/SparcInstrInfo.h | |
parent | 990b3861178de4c2ddf697720ff99318a5d1e781 (diff) | |
download | bcm5719-llvm-a54533ed78779501c38629fabef1a778bdffb69d.tar.gz bcm5719-llvm-a54533ed78779501c38629fabef1a778bdffb69d.zip |
Sparc: No functionality change. Cleanup whitespaces, comment formatting etc.,
llvm-svn: 183243
Diffstat (limited to 'llvm/lib/Target/Sparc/SparcInstrInfo.h')
-rw-r--r-- | llvm/lib/Target/Sparc/SparcInstrInfo.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/Target/Sparc/SparcInstrInfo.h b/llvm/lib/Target/Sparc/SparcInstrInfo.h index 204f69855c2..a0a0ffd8167 100644 --- a/llvm/lib/Target/Sparc/SparcInstrInfo.h +++ b/llvm/lib/Target/Sparc/SparcInstrInfo.h @@ -53,7 +53,7 @@ public: /// any side effects other than loading from the stack slot. virtual unsigned isLoadFromStackSlot(const MachineInstr *MI, int &FrameIndex) const; - + /// isStoreToStackSlot - If the specified machine instruction is a direct /// store to a stack slot, return the virtual or physical register number of /// the source reg along with the FrameIndex of the loaded stack slot. If @@ -86,7 +86,7 @@ public: MachineBasicBlock::iterator I, DebugLoc DL, unsigned DestReg, unsigned SrcReg, bool KillSrc) const; - + virtual void storeRegToStackSlot(MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, unsigned SrcReg, bool isKill, int FrameIndex, @@ -98,7 +98,7 @@ public: unsigned DestReg, int FrameIndex, const TargetRegisterClass *RC, const TargetRegisterInfo *TRI) const; - + unsigned getGlobalBaseReg(MachineFunction *MF) const; }; |