Duncan Sands d0d3ccc827 Handle the case of a tail recursion in which the tail call is followed
by a return that returns a constant, while elsewhere in the function
another return instruction returns a different constant.  This is a
special case of accumulator recursion, so just generalize the existing
logic a bit.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108241 91177308-0d34-0410-b5e6-96231b3b80d8
2010-07-13 15:41:41 +00:00
..
2010-07-09 16:01:21 +00:00
2010-07-01 01:00:27 +00:00
2010-06-29 22:34:52 +00:00
2010-07-13 15:31:36 +00:00
2010-07-13 15:31:36 +00:00