[all-commits] [llvm/llvm-project] 3e29e5: [RISCV] Fix -Wunused-variable in RISCVISelLowering...

Jie Fu (傅杰) via All-commits all-commits at lists.llvm.org
Sat Jan 27 05:29:38 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3e29e520779a863fbc30fd86cf1cb6d2ed398101
      https://github.com/llvm/llvm-project/commit/3e29e520779a863fbc30fd86cf1cb6d2ed398101
  Author: Jie Fu <jiefu at tencent.com>
  Date:   2024-01-27 (Sat, 27 Jan 2024)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVISelLowering.cpp

  Log Message:
  -----------
  [RISCV] Fix -Wunused-variable in RISCVISelLowering.cpp (NFC)

llvm-project/llvm/lib/Target/RISCV/RISCVISelLowering.cpp:13754:12:
error: unused variable 'Opc' [-Werror,-Wunused-variable]
  unsigned Opc = N->getOpcode();
           ^
1 error generated.




More information about the All-commits mailing list