Use names instead of numbers for some of the magic
authorDale Johannesen <dalej@apple.com>
Fri, 9 Oct 2009 21:42:02 +0000 (21:42 +0000)
committerDale Johannesen <dalej@apple.com>
Fri, 9 Oct 2009 21:42:02 +0000 (21:42 +0000)
commitbdb984bc2757114bc706026603ed40d7f508c4c1
treefd2e8b0e174e61730ca54aa4ac0621fd8aa1132c
parentd7894f105a3c397a3d7f5c5136eee39f5865e64b
Use names instead of numbers for some of the magic
constants used in inlining heuristics (especially
those used in more than one file).  No functional change.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83675 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Transforms/Utils/InlineCost.h
lib/Transforms/IPO/Inliner.cpp
lib/Transforms/Utils/InlineCost.cpp