We don't want to find dependencies within the same block in this case. It leads...
authorOwen Anderson <resistor@mac.com>
Tue, 17 Jun 2008 22:27:06 +0000 (22:27 +0000)
committerOwen Anderson <resistor@mac.com>
Tue, 17 Jun 2008 22:27:06 +0000 (22:27 +0000)
commit2960ed4b85d49fbdb3270605a1bfdbfbdcb97d62
tree78916a1c175c13c39851be184e120b9c92f62d1f
parentb79bf1966dfee044510d365a952ae550091d9d91
We don't want to find dependencies within the same block in this case.  It leads to incorrect results because
we're detecting something at or after the call we're querying on.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52433 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/GVN.cpp