[llvm] r178949 - typo
Nadav Rotem
nrotem at apple.com
Fri Apr 5 21:24:12 PDT 2013
Author: nadav
Date: Fri Apr 5 23:24:12 2013
New Revision: 178949
URL: http://llvm.org/viewvc/llvm-project?rev=178949&view=rev
Log:
typo
Modified:
llvm/trunk/lib/CodeGen/CalcSpillWeights.cpp
Modified: llvm/trunk/lib/CodeGen/CalcSpillWeights.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/CalcSpillWeights.cpp?rev=178949&r1=178948&r2=178949&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/CalcSpillWeights.cpp (original)
+++ llvm/trunk/lib/CodeGen/CalcSpillWeights.cpp Fri Apr 5 23:24:12 2013
@@ -117,7 +117,7 @@ void VirtRegAuxInfo::CalculateWeightAndH
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;
More information about the llvm-commits
mailing list