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

Fix PR3016, a bug which can occur do to an invalid assumption:

we assumed a CFG structure that would be valid when all code in 
the function is reachable, but not all code is necessarily 
reachable.  Do a simple, but horrible, CFG walk to check for this
case.

llvm-svn: 62487
parent e381d702
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