Skip to content
Commit 4d25c86b authored by Chris Lattner's avatar Chris Lattner
Browse files

Remove the "really gross hacks" that are there to deal with recursive functions.

Now we collect all of the call sites we are interested in inlining, then inline
them.  This entirely avoids issues with trying to inline a call site we got by
inlining another call site.  This also eliminates iterator invalidation issues.

llvm-svn: 12770
parent 1c631e81
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