From: Zia Ansari Date: Thu, 17 Sep 2015 16:51:27 +0000 (+0000) Subject: Test commit. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3250d26bcabe5d5830a66c61f3a601c8ce4b4188;p=oota-llvm.git Test commit. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@247901 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/PrologEpilogInserter.cpp b/lib/CodeGen/PrologEpilogInserter.cpp index 585c7edc0f0..ed230ee4b89 100644 --- a/lib/CodeGen/PrologEpilogInserter.cpp +++ b/lib/CodeGen/PrologEpilogInserter.cpp @@ -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);