llvm-6502/include
Jakob Stoklund Olesen 5e63d43e48 Fix a quadratic algorithm in MachineBranchProbabilityInfo.
The getSumForBlock function was quadratic in the number of successors
because getSuccWeight would perform a linear search for an already known
iterator.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161460 91177308-0d34-0410-b5e6-96231b3b80d8
2012-08-08 00:20:37 +00:00
..
llvm Fix a quadratic algorithm in MachineBranchProbabilityInfo. 2012-08-08 00:20:37 +00:00
llvm-c Remove tabs. 2012-07-19 00:01:33 +00:00