llvm-6502/lib/Transforms
Chris Lattner fe9af3b1f7 The inliner was choosing to not consider call sites
that appear in the SCC as a result of inlining as candidates
for inlining.  Change this so that it *does* consider call 
sites that change from being indirect to being direct as a
result of inlining.  This allows it to completely 
"devirtualize" the testcase.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102146 91177308-0d34-0410-b5e6-96231b3b80d8
2010-04-22 23:37:35 +00:00
..
Hello Prune #includes. 2010-03-01 17:42:17 +00:00
InstCombine use abstract accessors to CallInst 2010-04-20 13:13:04 +00:00
Instrumentation Revert 101465, it broke internal OpenGL testing. 2010-04-16 23:37:20 +00:00
IPO The inliner was choosing to not consider call sites 2010-04-22 23:37:35 +00:00
Scalar refactor the interface to InlineFunction so that most of the in/out 2010-04-22 23:07:58 +00:00
Utils The inliner was choosing to not consider call sites 2010-04-22 23:37:35 +00:00
Makefile Revert r100896 and around - this breaks the only mingw32 buildbot we have. 2010-04-15 19:51:42 +00:00