Sink InlineCost.cpp into IPA -- it is now officially an interprocedural
authorChandler Carruth <chandlerc@gmail.com>
Mon, 21 Jan 2013 12:09:41 +0000 (12:09 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 21 Jan 2013 12:09:41 +0000 (12:09 +0000)
commit184e3ff52c7c1b279439c4a4a80c1d46a5a7293d
tree5fb3c440b70ddd7504205e2155af632a58b87d4a
parentb5da8a4ae1fbd8e4ffab06cfeb5b32a94d0381bb
Sink InlineCost.cpp into IPA -- it is now officially an interprocedural
analysis. How cute that it wasn't previously. ;]

Part of this confusion stems from the flattened header file tree. Thanks
to Benjamin for pointing out the goof on IRC, and we're considering
un-flattening the headers, so speak now if that would bug you.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173033 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/CMakeLists.txt
lib/Analysis/IPA/CMakeLists.txt
lib/Analysis/IPA/InlineCost.cpp [new file with mode: 0644]
lib/Analysis/InlineCost.cpp [deleted file]