llvm-6502/include
Adrian Prantl 163da93023 Bugfix for the debug intrinsic handling in InstCombiner:
Since we can't guarantee that the original dbg.declare instrinsic
is removed by LowerDbgDeclare(), we need to make sure that we are
not inserting the same dbg.value intrinsic over and over.
This removes tons of redundant DIEs when compiling optimized code.

rdar://problem/13056109

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180615 91177308-0d34-0410-b5e6-96231b3b80d8
2013-04-26 17:48:33 +00:00
..
llvm Bugfix for the debug intrinsic handling in InstCombiner: 2013-04-26 17:48:33 +00:00
llvm-c Revert "Exposing MCJIT through C API" 2013-04-25 03:19:12 +00:00