[llvm] r247901 - Test commit.
Zia Ansari via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 17 09:51:28 PDT 2015
Author: zansari
Date: Thu Sep 17 11:51:27 2015
New Revision: 247901
URL: http://llvm.org/viewvc/llvm-project?rev=247901&view=rev
Log:
Test commit.
Modified:
llvm/trunk/lib/CodeGen/PrologEpilogInserter.cpp
Modified: llvm/trunk/lib/CodeGen/PrologEpilogInserter.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/PrologEpilogInserter.cpp?rev=247901&r1=247900&r2=247901&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/PrologEpilogInserter.cpp (original)
+++ llvm/trunk/lib/CodeGen/PrologEpilogInserter.cpp Thu Sep 17 11:51:27 2015
@@ -196,7 +196,7 @@ bool PEI::runOnMachineFunction(MachineFu
// 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);
More information about the llvm-commits
mailing list