While hoisting common code from if/else, hoist debug info intrinsics if they match.
authorDevang Patel <dpatel@apple.com>
Thu, 7 Apr 2011 17:27:36 +0000 (17:27 +0000)
committerDevang Patel <dpatel@apple.com>
Thu, 7 Apr 2011 17:27:36 +0000 (17:27 +0000)
commit949666ea16214e1b7e79fc8e653b06ad8b93dd5a
tree38de49ad9d365713e86f655e7fb16104d22c6bb7
parent0433b21c989e7d4817574b950387355fe05f59b5
While hoisting common code from if/else, hoist debug info intrinsics if they match.

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