[DataFlowSanitizer] Simplify attribute removal (NFC)
authorNikita Popov <npopov@redhat.com>
Wed, 22 Dec 2021 08:42:55 +0000 (09:42 +0100)
committerNikita Popov <npopov@redhat.com>
Wed, 22 Dec 2021 08:42:55 +0000 (09:42 +0100)
commite8e8bfeeb7233bde17d0a811b87d392271b33f42
tree30e5053e36f73eb34ef4c5e60f2d20d93e161cf1
parent3b0f5a4856fce76a6535feddd1692747b81b60cd
[DataFlowSanitizer] Simplify attribute removal (NFC)

We're only removing a single attribute, so there is no need to
go through AttrBuilder.
llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp