Sparc: No functionality change. Cleanup whitespaces, comment formatting etc.,
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183243 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/Sparc/SparcFrameLowering.h b/lib/Target/Sparc/SparcFrameLowering.h
index 731b1fb..8eaef59 100644
--- a/lib/Target/Sparc/SparcFrameLowering.h
+++ b/lib/Target/Sparc/SparcFrameLowering.h
@@ -44,10 +44,10 @@
RegScavenger *RS = NULL) const;
private:
- //Remap input registers to output registers for leaf procedure.
+ // Remap input registers to output registers for leaf procedure.
void remapRegsForLeafProc(MachineFunction &MF) const;
- //Returns true if MF is a leaf procedure.
+ // Returns true if MF is a leaf procedure.
bool isLeafProc(MachineFunction &MF) const;
};