[all-commits] [llvm/llvm-project] 398498: [RISCV] Fix an unused variable warning
kazutakahirata via All-commits
all-commits at lists.llvm.org
Mon Jun 12 12:21:19 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 398498303e8449cec8aa245559d6d68f6d3ba7d4
https://github.com/llvm/llvm-project/commit/398498303e8449cec8aa245559d6d68f6d3ba7d4
Author: Kazu Hirata <kazu at google.com>
Date: 2023-06-12 (Mon, 12 Jun 2023)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp
Log Message:
-----------
[RISCV] Fix an unused variable warning
This patch fixes:
llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp:3214:12: error: unused
variable 'TSFlags' [-Werror,-Wunused-variable]
More information about the All-commits
mailing list