[all-commits] [llvm/llvm-project] 0856f1: [mlir] Fix -Wunused-variable in OmpOpGen.cpp (NFC)
Jie Fu (傅杰) via All-commits
all-commits at lists.llvm.org
Wed Sep 11 04:59:55 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0856f12bb0a9829a282bef7c26ad536ff3b1e0a5
https://github.com/llvm/llvm-project/commit/0856f12bb0a9829a282bef7c26ad536ff3b1e0a5
Author: Jie Fu <jiefu at tencent.com>
Date: 2024-09-11 (Wed, 11 Sep 2024)
Changed paths:
M mlir/tools/mlir-tblgen/OmpOpGen.cpp
Log Message:
-----------
[mlir] Fix -Wunused-variable in OmpOpGen.cpp (NFC)
/llvm-project/mlir/tools/mlir-tblgen/OmpOpGen.cpp:239:8:
error: unused variable 'isAttr' [-Werror,-Wunused-variable]
bool isAttr = superClasses.contains("Attr");
^
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list