summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineFrameInfo.h
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2010-07-20 21:05:58 +0000
committerEric Christopher <echristo@apple.com>2010-07-20 21:05:58 +0000
commit7fdeab3e7c45c8b1cc17e27f13d5cccd9a05d564 (patch)
treea722767eb93d9cdd99407c19bc3049cecc326ab7 /include/llvm/CodeGen/MachineFrameInfo.h
parente744ab26fd11ba42cb9ba6805da572fb8e648c2a (diff)
downloadllvm-7fdeab3e7c45c8b1cc17e27f13d5cccd9a05d564.tar.gz
llvm-7fdeab3e7c45c8b1cc17e27f13d5cccd9a05d564.tar.bz2
llvm-7fdeab3e7c45c8b1cc17e27f13d5cccd9a05d564.tar.xz
Formatting.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108926 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/MachineFrameInfo.h')
-rw-r--r--include/llvm/CodeGen/MachineFrameInfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/CodeGen/MachineFrameInfo.h b/include/llvm/CodeGen/MachineFrameInfo.h
index 86fb23787b..57f3b6a0a9 100644
--- a/include/llvm/CodeGen/MachineFrameInfo.h
+++ b/include/llvm/CodeGen/MachineFrameInfo.h
@@ -432,7 +432,7 @@ public:
/// setCalleeSavedInfo - Used by prolog/epilog inserter to set the function's
/// callee saved information.
- void setCalleeSavedInfo(const std::vector<CalleeSavedInfo> &CSI) {
+ void setCalleeSavedInfo(const std::vector<CalleeSavedInfo> &CSI) {
CSInfo = CSI;
}
@@ -453,7 +453,7 @@ public:
BitVector getPristineRegs(const MachineBasicBlock *MBB) const;
/// 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;