]> granicus.if.org Git - llvm/commit
llvm-reduce: Avoid use-after-free when removing a branch instruction
authorDavid Blaikie <dblaikie@gmail.com>
Thu, 19 Sep 2019 00:35:32 +0000 (00:35 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Thu, 19 Sep 2019 00:35:32 +0000 (00:35 +0000)
commit16908387b47a12f9df1a79401f4c5c099a02875f
tree999d2f360e6b3499e9e751f2aa6c9e9ab015d85d
parentb239f0547fa96fb09ddf2e0488e8efba0834ec2b
llvm-reduce: Avoid use-after-free when removing a branch instruction

Found my msan buildbot & pointed out by Nico Weber - thanks Nico!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@372280 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-reduce/deltas/ReduceBasicBlocks.cpp