llvm-6502/lib/Transforms
Chris Lattner a54934ae9d add some accessors to callsite/callinst/invokeinst to check
for the noinline attribute, and make the inliner refuse to
inline a call site when the call site is marked noinline even
if the callee isn't.  This fixes PR6682.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99341 91177308-0d34-0410-b5e6-96231b3b80d8
2010-03-23 22:59:07 +00:00
..
Hello Prune #includes. 2010-03-01 17:42:17 +00:00
InstCombine Fix an incorrect logic causing instcombine to miss some _chk -> non-chk transformations. 2010-03-23 06:06:09 +00:00
Instrumentation Uniformize the names of type predicates: rather than having isFloatTy and 2010-02-15 16:12:20 +00:00
IPO add assert in argpromotion, which cannot trigger 2010-03-23 14:40:20 +00:00
Scalar Skip debugging intrinsics when sinking unused invariants. 2010-03-23 21:15:59 +00:00
Utils add some accessors to callsite/callinst/invokeinst to check 2010-03-23 22:59:07 +00:00
Makefile move instcombine to its own library, it's past time. 2010-01-04 06:23:24 +00:00