Test commit.
authorZia Ansari <zia.ansari@intel.com>
Thu, 17 Sep 2015 16:51:27 +0000 (16:51 +0000)
committerZia Ansari <zia.ansari@intel.com>
Thu, 17 Sep 2015 16:51:27 +0000 (16:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@247901 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/PrologEpilogInserter.cpp

index 585c7edc0f0ad92c078aaeb69f8099cd9fd884be..ed230ee4b89a90b16a8e5316e950e8ca83f8146b 100644 (file)
@@ -196,7 +196,7 @@ bool PEI::runOnMachineFunction(MachineFunction &Fn) {
   // place all spills in the entry block, all restores in return blocks.
   calculateSets(Fn);
 
-  // Add the code to save and restore the callee saved registers
+  // Add the code to save and restore the callee saved registers.
   if (!F->hasFnAttribute(Attribute::Naked))
     insertCSRSpillsAndRestores(Fn);