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:
70306f8
)
Typo
author
Evan Cheng
<evan.cheng@apple.com>
Mon, 3 Dec 2007 10:00:00 +0000
(10:00 +0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Mon, 3 Dec 2007 10:00:00 +0000
(10:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44532
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/LiveIntervalAnalysis.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/LiveIntervalAnalysis.cpp
b/lib/CodeGen/LiveIntervalAnalysis.cpp
index 01727c388778e3f72bc638bfeab320a9a78e85b3..2d34a179bc24386e42b7b0de33c4ad009a60e699 100644
(file)
--- a/
lib/CodeGen/LiveIntervalAnalysis.cpp
+++ b/
lib/CodeGen/LiveIntervalAnalysis.cpp
@@
-966,7
+966,7
@@
rewriteInstructionsForSpills(const LiveInterval &li, bool TrySplit,
bool IsNew = NewVReg == 0;
bool HasDef = false;
bool HasUse = false;
- rewriteInstructionForSpills(li, TrySplit
MI
, I->valno->id, index, end,
+ rewriteInstructionForSpills(li, TrySplit, I->valno->id, index, end,
MI, ReMatOrigDefMI, ReMatDefMI, Slot, LdSlot,
isLoad, isLoadSS, DefIsReMat, CanDelete, vrm,
RegMap, rc, ReMatIds, NewVReg, HasDef, HasUse,