Files
llvm-6502/lib/CodeGen/SelectionDAG
Evan Cheng 0c439eb2c8 Eliminate target hook IsEligibleForTailCallOptimization.
Target independent isel should always pass along the "tail call" property. Change
target hook LowerCall's parameter "isTailCall" into a refernce. If the target
decides it's impossible to honor the tail call request, it should set isTailCall
to false to make target independent isel happy.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94626 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-27 00:07:07 +00:00
..
2010-01-05 01:24:50 +00:00
2010-01-21 21:44:43 +00:00
2009-11-16 20:35:59 +00:00
2010-01-05 01:25:04 +00:00
2009-12-28 01:00:12 +00:00
2010-01-21 21:44:43 +00:00
2010-01-05 01:24:43 +00:00
2010-01-01 23:37:34 +00:00