Skip to content
Commit 7d099f7e authored by Dan Gohman's avatar Dan Gohman
Browse files

Fix a bug in SelectionDAG's ReplaceAllUsesWith in the case where

CSE and recursive RAUW calls delete a node from the use list,
invalidating the use list iterator. There's currently no known
way to reproduce this in an unmodified LLVM, however there's no
fundamental reason why a SelectionDAG couldn't be formed which
would trigger this case.

llvm-svn: 97665
parent b386cd38
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