[all-commits] [llvm/llvm-project] 05c3d9: NFC: Fix variable only used in asserts by propagat...

llvm-git-migration via All-commits all-commits at lists.llvm.org
Thu Oct 17 11:07:05 PDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 05c3d90248db372083d4314fb74f677837adf01d
      https://github.com/llvm/llvm-project/commit/05c3d90248db372083d4314fb74f677837adf01d
  Author: Sterling Augustine <saugustine at google.com>
  Date:   2019-10-17 (Thu, 17 Oct 2019)

  Changed paths:
    M llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp

  Log Message:
  -----------
  NFC: Fix variable only used in asserts by propagating the value.

Summary:
This fixes builds with assertions disabled that would otherwise
fail with unused variable warnings

Subscribers: nemanjai, hiraditya, kbarton, MaskRay, jsji, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D69123

llvm-svn: 375148




More information about the All-commits mailing list