Make getUniqueExitBlocks's precondition assert more precise, to
authorDan Gohman <gohman@apple.com>
Fri, 11 Dec 2009 20:05:23 +0000 (20:05 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 11 Dec 2009 20:05:23 +0000 (20:05 +0000)
commit050959cd08db6c0efb8208271a1d64ce58893e20
tree53ad47d72a8d218149180c46d19f401a05e78b60
parenta4f9cc4e55fa12ddff95c2e9d0091077797f0b22
Make getUniqueExitBlocks's precondition assert more precise, to
avoid spurious failures. This fixes PR5758.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91147 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/LoopInfo.h
lib/Analysis/LoopInfo.cpp
test/Transforms/IndVarSimplify/indirectbr.ll [new file with mode: 0644]