Correctly handle the case where a comparison is created in one BasicBlock and
authorNick Lewycky <nicholas@mxc.ca>
Thu, 10 Sep 2009 07:02:09 +0000 (07:02 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Thu, 10 Sep 2009 07:02:09 +0000 (07:02 +0000)
commitfd5249e15bfea699a146c2b7642081deb229465c
tree90419934ff346ba09af8ab7b5c394ba385b59872
parent28275fdf02885587156da5cb20388b22d5b96557
Correctly handle the case where a comparison is created in one BasicBlock and
used by a terminator in another.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81437 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Transforms/Utils/SSI.h
lib/Transforms/Utils/SSI.cpp