Avoid creating duplicate CFG edges in the IfConversion pass.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Thu, 24 Jan 2013 23:59:08 +0000 (23:59 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Thu, 24 Jan 2013 23:59:08 +0000 (23:59 +0000)
commitdd4fc446b52cf9e617846c77e2c46e827f1d533e
tree97cc8f124bc573668c2305eae8e9830ac48e08a8
parentb3755e7fa2e386e9bd348eda6b1876ae09c1bf99
Avoid creating duplicate CFG edges in the IfConversion pass.

Patch by Stefan Hepp.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173395 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/IfConversion.cpp