[all-commits] [llvm/llvm-project] 573a08: [DAG] Remove unused variable 'VT' in DAGCombiner.c...
Jie Fu (傅杰) via All-commits
all-commits at lists.llvm.org
Mon Oct 9 03:31:41 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 573a083c1cc0c092af8f7012907e0b49c1225d38
https://github.com/llvm/llvm-project/commit/573a083c1cc0c092af8f7012907e0b49c1225d38
Author: Jie Fu <jiefu at tencent.com>
Date: 2023-10-09 (Mon, 09 Oct 2023)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
Log Message:
-----------
[DAG] Remove unused variable 'VT' in DAGCombiner.cpp (NFC)
/llvm-project/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp:26896:7: error: unused variable 'VT' [-Werror,-Wunused-variable]
EVT VT = N->getValueType(0);
^
1 error generated.
More information about the All-commits
mailing list