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:
4047f4a
)
Fix a pasto.
author
Evan Cheng
<evan.cheng@apple.com>
Fri, 24 Oct 2008 18:46:44 +0000
(18:46 +0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Fri, 24 Oct 2008 18:46:44 +0000
(18:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58102
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/PreAllocSplitting.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/PreAllocSplitting.cpp
b/lib/CodeGen/PreAllocSplitting.cpp
index 37d0df1139d707e879243bf2c87fbc45a2abf844..18cac075d88d9001dd6528e094721fc60d1c1454 100644
(file)
--- a/
lib/CodeGen/PreAllocSplitting.cpp
+++ b/
lib/CodeGen/PreAllocSplitting.cpp
@@
-214,7
+214,7
@@
PreAllocSplitting::findRestorePoint(MachineBasicBlock *MBB, MachineInstr *MI,
do {
--MII;
unsigned Index = LIs->getInstructionIndex(MII);
- unsigned Gap = LIs->
has
GapBeforeInstr(Index);
+ unsigned Gap = LIs->
find
GapBeforeInstr(Index);
if (Gap) {
Pt = MII;
RestoreIndex = Gap;