[HWASan] remove replacement of DbgVariableIntrinsics.
authorFlorian Mayer <fmayer@google.com>
Tue, 15 Feb 2022 02:25:45 +0000 (18:25 -0800)
committerFlorian Mayer <fmayer@google.com>
Tue, 15 Feb 2022 19:40:58 +0000 (11:40 -0800)
commit59e7de26aaf51a6dca143858badd5d2b594f49e4
treeaf2ff66c28a4c2055773c57c307e11fc34ebdd08
parent6822d89e776960caa753fd4181fe99feaef5032b
[HWASan] remove replacement of DbgVariableIntrinsics.

This code was dead because we AI->replaceUsesWithIf above. I verified
this doesn't actually get run by applying
https://gist.github.com/fmayer/aea7cbb4700cfe2c9d932591ae1073c3 to the
Android toolchain and building AOSP, without any crash.

Reviewed By: eugenis

Differential Revision: https://reviews.llvm.org/D119802
llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp