There's no need to consider PHI nodes in the same block as the instruction
authorNick Lewycky <nicholas@mxc.ca>
Thu, 9 Jul 2009 15:59:27 +0000 (15:59 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Thu, 9 Jul 2009 15:59:27 +0000 (15:59 +0000)
commit89f43a5c709c7ae88e338dca53c5c71e97acbb1c
tree6851df7d603ce9d1acabe7c74e2292f3f8e486eb
parent4c12ee5f612f5f67af9e7715dba44d28f9c03ad5
There's no need to consider PHI nodes in the same block as the instruction
we're inserting sigma/phi functions for. Patch by Andre Tavares.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75138 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/SSI.cpp
test/Transforms/SSI/2009-07-09-Invoke.ll [new file with mode: 0644]
test/Transforms/SSI/dg.exp [new file with mode: 0644]