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

Fix PR1114 and CodeGen/Generic/2007-01-15-LoadSelectCycle.ll by being

careful when folding "c ? load p : load q" that C doesn't reach either load.
If so, folding this into load (c ? p : q) will induce a cycle in the graph.

llvm-svn: 33251
parent 68a980b6
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