diff options
author | Zia Ansari <zia.ansari@intel.com> | 2015-09-17 16:51:27 +0000 |
---|---|---|
committer | Zia Ansari <zia.ansari@intel.com> | 2015-09-17 16:51:27 +0000 |
commit | 841cce1ae902a7cf069afca719b1615552e28d8f (patch) | |
tree | d650781ea5b2e0fb4be3f614704d377da429de8a /llvm/lib/CodeGen/PrologEpilogInserter.cpp | |
parent | 8bfac2c553ffa3d30a1fb9a5c8d40c1f89d03af0 (diff) | |
download | bcm5719-llvm-841cce1ae902a7cf069afca719b1615552e28d8f.tar.gz bcm5719-llvm-841cce1ae902a7cf069afca719b1615552e28d8f.zip |
Test commit.
llvm-svn: 247901
Diffstat (limited to 'llvm/lib/CodeGen/PrologEpilogInserter.cpp')
-rw-r--r-- | llvm/lib/CodeGen/PrologEpilogInserter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/PrologEpilogInserter.cpp b/llvm/lib/CodeGen/PrologEpilogInserter.cpp index 585c7edc0f0..ed230ee4b89 100644 --- a/llvm/lib/CodeGen/PrologEpilogInserter.cpp +++ b/llvm/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); |