[all-commits] [llvm/llvm-project] 01dcad: [GlobalISel] Silence gcc warning [NFC]
Karl-Johan Karlsson via All-commits
all-commits at lists.llvm.org
Mon Aug 14 04:36:17 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 01dcad04064182155d5568a464dfea95ba567764
https://github.com/llvm/llvm-project/commit/01dcad04064182155d5568a464dfea95ba567764
Author: Karl-Johan Karlsson <karl-johan.karlsson at ericsson.com>
Date: 2023-08-14 (Mon, 14 Aug 2023)
Changed paths:
M llvm/utils/TableGen/GlobalISelCombinerMatchTableEmitter.cpp
Log Message:
-----------
[GlobalISel] Silence gcc warning [NFC]
Without the fix gcc complains with:
../utils/TableGen/GlobalISelCombinerMatchTableEmitter.cpp:251:60: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
More information about the All-commits
mailing list