llvm-6502/test/Transforms/TailCallElim
Bill Wendling 3c5e60994f Correct over-zealous removal of hack.
Some code want to check that *any* call within a function has the 'returns
twice' attribute, not just that the current function has one.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142221 91177308-0d34-0410-b5e6-96231b3b80d8
2011-10-17 18:43:40 +00:00
..
2010-06-26-MultipleReturnValues.ll
accum_recursion.ll
ackermann.ll
dg.exp
dont_reorder_load.ll Try to eliminate the use of the 'unwind' instruction. 2011-09-02 22:41:11 +00:00
dont-tce-tail-marked-call.ll
dup_tail.ll
inf-recursion.ll make the asmparser reject function and type redefinitions. 'Merging' hasn't been 2011-06-17 07:06:44 +00:00
intervening-inst.ll
move_alloca_for_tail_call.ll
nocapture.ll
reorder_load.ll Replace uses of unwind with unreachable for the same effect. 2011-09-19 22:16:15 +00:00
return_constant.ll
setjmp.ll Correct over-zealous removal of hack. 2011-10-17 18:43:40 +00:00
trivial_codegen_tailcall.ll