OSDN Git Service

make sure to handle dbg_value instructions in the middle of the block, not
authorJim Grosbach <grosbach@apple.com>
Fri, 25 Jun 2010 23:05:46 +0000 (23:05 +0000)
committerJim Grosbach <grosbach@apple.com>
Fri, 25 Jun 2010 23:05:46 +0000 (23:05 +0000)
commit9f054f017c7bced071f5a4de606cec6751edd23f
tree0f2359b8128b6788420cd55a122a2f74ab95bd45
parent95325b08a33dbce40f4d1faa2dfada40cac6cec5
make sure to handle dbg_value instructions in the middle of the block, not
just at the head, when doing diamond if-conversion. rdar://7797940

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