Skip to content
Snippets Groups Projects
Commit 01990f0e authored by Chris Lattner's avatar Chris Lattner
Browse files

fix PR12075, a regression in a recent transform I added. In unreachable code,...

fix PR12075, a regression in a recent transform I added.  In unreachable code, gep chains can be infinite.  Just like "stripPointerCasts", use a set to keep track of visited instructions so we don't recurse infinitely.

llvm-svn: 151383
parent 248d65e7
No related branches found
No related tags found
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