projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
940e796
)
Trivial grammar tweak.
author
Jim Grosbach
<grosbach@apple.com>
Mon, 18 Oct 2010 16:29:26 +0000
(16:29 +0000)
committer
Jim Grosbach
<grosbach@apple.com>
Mon, 18 Oct 2010 16:29:26 +0000
(16:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116710
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/PrologEpilogInserter.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/PrologEpilogInserter.cpp
b/lib/CodeGen/PrologEpilogInserter.cpp
index 0b22d904a5950cae196514a55d32bb7547ff80ac..df42b3d17742b1f5edb559a1865f3d52457e5cc9 100644
(file)
--- a/
lib/CodeGen/PrologEpilogInserter.cpp
+++ b/
lib/CodeGen/PrologEpilogInserter.cpp
@@
-829,7
+829,7
@@
void PEI::scavengeFrameVirtualRegs(MachineFunction &Fn) {
ScratchReg = RS->scavengeRegister(RC, I, SPAdj);
++NumScavengedRegs;
}
- //
r
eplace this reference to the virtual register with the
+ //
R
eplace this reference to the virtual register with the
// scratch register.
assert (ScratchReg && "Missing scratch register!");
MI->getOperand(i).setReg(ScratchReg);