[all-commits] [llvm/llvm-project] fcc1ba: [AArch64] Fix -Wunused-variable in AArch64ISelLowe...

Jie Fu (傅杰) via All-commits all-commits at lists.llvm.org
Mon May 13 03:50:33 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fcc1baaa99fda4f5633e82f47e8de33c99bbcdd2
      https://github.com/llvm/llvm-project/commit/fcc1baaa99fda4f5633e82f47e8de33c99bbcdd2
  Author: Jie Fu <jiefu at tencent.com>
  Date:   2024-05-13 (Mon, 13 May 2024)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp

  Log Message:
  -----------
  [AArch64] Fix -Wunused-variable in AArch64ISelLowering.cpp (NFC)

llvm-project/llvm/lib/Target/AArch64/AArch64ISelLowering.cpp:27379:19:
error: unused variable 'CID' [-Werror,-Wunused-variable]
  ConstantSDNode *CID = cast<ConstantSDNode>(IntID.getNode());
                  ^
1 error generated.



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