Inline debug variable.
authorMichael Forster <forster@google.com>
Thu, 30 Jan 2020 09:20:49 +0000 (10:20 +0100)
committerDmitri Gribenko <gribozavr@gmail.com>
Thu, 30 Jan 2020 09:29:24 +0000 (10:29 +0100)
commit676c29694c5444ca3c63067770dfac0f37158797
treed575373990608cb0b717177e08db678a4195cb0e
parentc5344d857fd6cc2693f936f9f1eff93ba0262293
Inline debug variable.

Summary:
In a release build this variable becomes unused and may break the build
with `-Werror,-Wunused-variable`.

Reviewers: gribozavr2, jdoerfert, sstefan1

Reviewed By: gribozavr2

Subscribers: hiraditya, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D73683
llvm/lib/Transforms/IPO/Attributor.cpp