OSDN Git Service

Clear the cached cost when removing a function in
authorDale Johannesen <dalej@apple.com>
Thu, 19 Mar 2009 18:03:56 +0000 (18:03 +0000)
committerDale Johannesen <dalej@apple.com>
Thu, 19 Mar 2009 18:03:56 +0000 (18:03 +0000)
commit1f67ce4aa3f65619f54c8a3072539da5b0022841
tree5d7e707449c2bad293bd1b09bc3a07bc7acc475e
parent3751f564e372071bcbeba26811917fd03dd58850
Clear the cached cost when removing a function in
the inliner; prevents nondeterministic behavior
when the same address is reallocated.
Don't build call graph nodes for debug intrinsic calls;
they're useless, and there were typically a lot of them.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67311 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Transforms/IPO/InlinerPass.h
lib/Analysis/IPA/CallGraph.cpp
lib/Transforms/IPO/Inliner.cpp
lib/Transforms/IPO/PruneEH.cpp