OSDN Git Service

Ignore dbg intrinsics while hoisting common code in the two blocks up into the branch...
authorDevang Patel <dpatel@apple.com>
Wed, 4 Feb 2009 00:03:08 +0000 (00:03 +0000)
committerDevang Patel <dpatel@apple.com>
Wed, 4 Feb 2009 00:03:08 +0000 (00:03 +0000)
commit65085cf7b3470b7b087f5fd7b0497879b90b32ba
tree7ce0d617b225c54aa20762e452aeea35ee88661a
parenta04b75710910278334192b389c4c4c62600e162f
Ignore dbg intrinsics while hoisting common code in the two blocks up into the branch block.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63687 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/SimplifyCFG.cpp
test/Transforms/SimplifyCFG/hoist-common-code.dbg.ll [new file with mode: 0644]