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)
commitd73bc5fbe25a856321ac6cab4c6fce49e877b302
treecac1a8047b6e667f6344cb39ff33665affb19a71
parentb8cf510d81f20ecda53b63523fc3cd18c6b994b9
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.

llvm-svn: 173033
llvm/lib/Analysis/CMakeLists.txt
llvm/lib/Analysis/IPA/CMakeLists.txt
llvm/lib/Analysis/IPA/InlineCost.cpp [moved from llvm/lib/Analysis/InlineCost.cpp with 100% similarity]