[all-commits] [llvm/llvm-project] 8e640c: [mlir] Fixed warning related to unused variable in...

Marcel Koester via All-commits all-commits at lists.llvm.org
Mon Apr 27 05:03:51 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 8e640ca5a838b904250bf57d3200090e331e0d5d
      https://github.com/llvm/llvm-project/commit/8e640ca5a838b904250bf57d3200090e331e0d5d
  Author: Marcel Koester <marcel.koester at dfki.de>
  Date:   2020-04-27 (Mon, 27 Apr 2020)

  Changed paths:
    M mlir/lib/Analysis/Liveness.cpp

  Log Message:
  -----------
  [mlir] Fixed warning related to unused variable in Liveness.

The latest changes of the Liveness analysis caused a warning related to an
unused variable. This commit solves this warning.

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




More information about the All-commits mailing list