[all-commits] [llvm/llvm-project] f4e69d: [mlir] Fix an unused variable warning

kazutakahirata via All-commits all-commits at lists.llvm.org
Fri Feb 3 10:52:48 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f4e69d919a0112de071106f7fddcac9397cd1179
      https://github.com/llvm/llvm-project/commit/f4e69d919a0112de071106f7fddcac9397cd1179
  Author: Kazu Hirata <kazu at google.com>
  Date:   2023-02-03 (Fri, 03 Feb 2023)

  Changed paths:
    M mlir/lib/Dialect/Transform/Transforms/TransformInterpreterPassBase.cpp

  Log Message:
  -----------
  [mlir] Fix an unused variable warning

This patch fixes:

  mlir/lib/Dialect/Transform/Transforms/TransformInterpreterPassBase.cpp:248:14:
  error: unused variable 'root' [-Werror,-Wunused-variable]




More information about the All-commits mailing list