Skip to content
Commit 8585850e authored by Chris Lattner's avatar Chris Lattner
Browse files

fix a bug in findNonImmUse (used by IsLegalToFold) where nodes with

no id's would cause early exit allowing IsLegalToFold to return true
instead of false, producing a cyclic dag.

This was striking the new isel because it isn't using SelectNodeTo yet,
which theoretically is just an optimization.

llvm-svn: 96972
parent 1738d49b
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