mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Formatting.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108926 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e744ab26fd
commit
7fdeab3e7c
@ -432,7 +432,7 @@ public:
|
|||||||
|
|
||||||
/// setCalleeSavedInfo - Used by prolog/epilog inserter to set the function's
|
/// setCalleeSavedInfo - Used by prolog/epilog inserter to set the function's
|
||||||
/// callee saved information.
|
/// callee saved information.
|
||||||
void setCalleeSavedInfo(const std::vector<CalleeSavedInfo> &CSI) {
|
void setCalleeSavedInfo(const std::vector<CalleeSavedInfo> &CSI) {
|
||||||
CSInfo = CSI;
|
CSInfo = CSI;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -453,7 +453,7 @@ public:
|
|||||||
BitVector getPristineRegs(const MachineBasicBlock *MBB) const;
|
BitVector getPristineRegs(const MachineBasicBlock *MBB) const;
|
||||||
|
|
||||||
/// print - Used by the MachineFunction printer to print information about
|
/// print - Used by the MachineFunction printer to print information about
|
||||||
/// stack objects. Implemented in MachineFunction.cpp
|
/// stack objects. Implemented in MachineFunction.cpp
|
||||||
///
|
///
|
||||||
void print(const MachineFunction &MF, raw_ostream &OS) const;
|
void print(const MachineFunction &MF, raw_ostream &OS) const;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user