Teach the CallGraph to ignore calls to intrinsics.
authorJohn McCall <rjmccall@apple.com>
Thu, 9 Jun 2011 19:46:27 +0000 (19:46 +0000)
committerJohn McCall <rjmccall@apple.com>
Thu, 9 Jun 2011 19:46:27 +0000 (19:46 +0000)
commite669d83a21d7ebf01d3c9e37a20c7348b5a77c11
tree5b426a71d6f3faef1f51e271fb1782225ef3b464
parent6f19c67d8485ae8efe55e0527b3236b03af2c756
Teach the CallGraph to ignore calls to intrinsics.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132797 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/CallGraph.h
lib/Analysis/IPA/CallGraph.cpp
lib/Analysis/IPA/CallGraphSCCPass.cpp
lib/Transforms/Utils/InlineFunction.cpp