During branch folding avoid inserting redundant DBG_VALUE machine instructions.
authorDevang Patel <dpatel@apple.com>
Thu, 26 May 2011 21:47:59 +0000 (21:47 +0000)
committerDevang Patel <dpatel@apple.com>
Thu, 26 May 2011 21:47:59 +0000 (21:47 +0000)
commit785badb83e09ebae485c40f3fd86576581dd516e
tree6b4a8fca6e5337188975f18c75113f0446c3bb95
parent33458fedb607e64c46af6797057fbf0b4973a6f6
During branch folding avoid inserting redundant DBG_VALUE machine instructions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132148 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/BranchFolding.cpp
test/CodeGen/ARM/debug-info-branch-folding.ll [new file with mode: 0644]