llvm-6502/unittests
Nick Lewycky 72dba254ae Fix an oversight in isPotentiallyReachable where we wouldn't do any CFG-walking
to find loops if the From and To instructions were in the same block.

Refactor the code a little now that we need to fill to start the CFG-walking
algorithm with more than one starting basic block sometimes.

Special thanks to Andrew Trick for catching an error in my understanding of
natural loops in code review.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188236 91177308-0d34-0410-b5e6-96231b3b80d8
2013-08-13 00:03:47 +00:00
..
ADT
Analysis Fix an oversight in isPotentiallyReachable where we wouldn't do any CFG-walking 2013-08-13 00:03:47 +00:00
Bitcode
DebugInfo
ExecutionEngine
IR Make one of the AttributeSet ctors maintain the invariant that the 2013-08-02 22:29:40 +00:00
Object Update incorrect file headers. 2013-08-01 18:42:28 +00:00
Option Option parsing: recognize the special -- token 2013-08-02 21:20:27 +00:00
Support Fixes a bug when iterating on paths 2013-08-12 17:10:49 +00:00
Transforms Relax conditions of test added in r188156 to fix it on Windows 2013-08-12 09:04:58 +00:00
CMakeLists.txt
Makefile
Makefile.unittest