[all-commits] [llvm/llvm-project] 676c29: Inline debug variable.

Michael Forster via All-commits all-commits at lists.llvm.org
Thu Jan 30 01:31:50 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 676c29694c5444ca3c63067770dfac0f37158797
      https://github.com/llvm/llvm-project/commit/676c29694c5444ca3c63067770dfac0f37158797
  Author: Michael Forster <forster at google.com>
  Date:   2020-01-30 (Thu, 30 Jan 2020)

  Changed paths:
    M llvm/lib/Transforms/IPO/Attributor.cpp

  Log Message:
  -----------
  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




More information about the All-commits mailing list