Skip calculation of ArgumentWeights if it will never be used.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Tue, 26 Jan 2010 21:31:24 +0000 (21:31 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Tue, 26 Jan 2010 21:31:24 +0000 (21:31 +0000)
commite3039b6712a5b3464d43b34aeeb1c7a881c7cafc
treea6ffcc7c159dfdead9f5e8e8cf624585a2c44404
parentb554499871716fe647e226e52741b7fa69f7b7ba
Skip calculation of ArgumentWeights if it will never be used.

Save a few bytes by allocating the correct size vector.

No functional change intended.

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