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:
68d287d
)
typo
author
Nadav Rotem
<nrotem@apple.com>
Sat, 6 Apr 2013 04:24:12 +0000
(
04:24
+0000)
committer
Nadav Rotem
<nrotem@apple.com>
Sat, 6 Apr 2013 04:24:12 +0000
(
04:24
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178949
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/CalcSpillWeights.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/CalcSpillWeights.cpp
b/lib/CodeGen/CalcSpillWeights.cpp
index dee339a458632eadb2ddd5487bbaf0650113ad5c..38ae17d23156b801d52001f47d8a4d5ec270544a 100644
(file)
--- a/
lib/CodeGen/CalcSpillWeights.cpp
+++ b/
lib/CodeGen/CalcSpillWeights.cpp
@@
-117,7
+117,7
@@
void VirtRegAuxInfo::CalculateWeightAndHint(LiveInterval &li) {
float totalWeight = 0;
SmallPtrSet<MachineInstr*, 8> visited;
- // Find the best physreg hi
s
t and the best virtreg hint.
+ // Find the best physreg hi
n
t and the best virtreg hint.
float bestPhys = 0, bestVirt = 0;
unsigned hintPhys = 0, hintVirt = 0;