Revert test polarity to match comment and desired outcome. Remove undeserved bonus.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Tue, 26 Jan 2010 21:31:35 +0000 (21:31 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Tue, 26 Jan 2010 21:31:35 +0000 (21:31 +0000)
commit026ac3ada52966dd453d3d5dcf4330ff5430e175
tree02a29421819c69f52a336c8b414898a2e4e8b3e6
parent2cd455f36385eb6ed5c21ae7c52cb3d371810be3
Revert test polarity to match comment and desired outcome. Remove undeserved bonus.

A GEP with all constant indices is already considered free by
analyzeBasicBlock(), so don't give it an extra bonus in
CountCodeReductionForAlloca().

This patch should remove a small positive bias toward inlining functions with
variable-index GEPs, and remove a smaller negative bias from functions with
all-constant index GEPs.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94591 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/InlineCost.cpp