diff options
author | Nadav Rotem <nrotem@apple.com> | 2013-04-06 04:24:12 +0000 |
---|---|---|
committer | Nadav Rotem <nrotem@apple.com> | 2013-04-06 04:24:12 +0000 |
commit | c4bd84c1d5f192fae10a3526f6dc2d896b0b2683 (patch) | |
tree | 4baac8263d515d453ff547145fce19550940f9fd /llvm/lib/CodeGen/CalcSpillWeights.cpp | |
parent | 91af8e84b934ef64a96d0b548f870895ed47eb66 (diff) | |
download | bcm5719-llvm-c4bd84c1d5f192fae10a3526f6dc2d896b0b2683.tar.gz bcm5719-llvm-c4bd84c1d5f192fae10a3526f6dc2d896b0b2683.zip |
typo
llvm-svn: 178949
Diffstat (limited to 'llvm/lib/CodeGen/CalcSpillWeights.cpp')
-rw-r--r-- | llvm/lib/CodeGen/CalcSpillWeights.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/CalcSpillWeights.cpp b/llvm/lib/CodeGen/CalcSpillWeights.cpp index dee339a4586..38ae17d2315 100644 --- a/llvm/lib/CodeGen/CalcSpillWeights.cpp +++ b/llvm/lib/CodeGen/CalcSpillWeights.cpp @@ -117,7 +117,7 @@ void VirtRegAuxInfo::CalculateWeightAndHint(LiveInterval &li) { float totalWeight = 0; SmallPtrSet<MachineInstr*, 8> visited; - // Find the best physreg hist and the best virtreg hint. + // Find the best physreg hint and the best virtreg hint. float bestPhys = 0, bestVirt = 0; unsigned hintPhys = 0, hintVirt = 0; |