[all-commits] [llvm/llvm-project] b605c5: [ARM] Silence warning in Release builds

Benjamin Kramer via All-commits all-commits at lists.llvm.org
Wed Apr 1 06:31:13 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b605c56b0fac74584156f058da19496b6d7cae8f
      https://github.com/llvm/llvm-project/commit/b605c56b0fac74584156f058da19496b6d7cae8f
  Author: Benjamin Kramer <benny.kra at googlemail.com>
  Date:   2020-04-01 (Wed, 01 Apr 2020)

  Changed paths:
    M llvm/lib/Target/ARM/MVEVPTBlockPass.cpp

  Log Message:
  -----------
  [ARM] Silence warning in Release builds

llvm/lib/Target/ARM/MVEVPTBlockPass.cpp:175:37: error: unused variable 'BlockBeg' [-Werror,-Wunused-variable]
  MachineBasicBlock::instr_iterator BlockBeg = Iter;
                                    ^




More information about the All-commits mailing list