[llvm-commits] [llvm] r108926 - /llvm/trunk/include/llvm/CodeGen/MachineFrameInfo.h

Eric Christopher echristo at apple.com
Tue Jul 20 14:05:58 PDT 2010


Author: echristo
Date: Tue Jul 20 16:05:58 2010
New Revision: 108926

URL: http://llvm.org/viewvc/llvm-project?rev=108926&view=rev
Log:
Formatting.

Modified:
    llvm/trunk/include/llvm/CodeGen/MachineFrameInfo.h

Modified: llvm/trunk/include/llvm/CodeGen/MachineFrameInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/MachineFrameInfo.h?rev=108926&r1=108925&r2=108926&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/MachineFrameInfo.h (original)
+++ llvm/trunk/include/llvm/CodeGen/MachineFrameInfo.h Tue Jul 20 16:05:58 2010
@@ -432,7 +432,7 @@
 
   /// 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 @@
   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;
 





More information about the llvm-commits mailing list