Skip to content
Commit f88a2845 authored by Duncan Sands's avatar Duncan Sands
Browse files

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.

llvm-svn: 108241
parent 03e7e68c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment