[all-commits] [llvm/llvm-project] d46207: [x86] Fix -Wunused-value in X86ISelLowering.cpp (NFC)
Jie Fu (傅杰) via All-commits
all-commits at lists.llvm.org
Sat Jun 15 06:25:59 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d46207645714620c95b2274a8a0996e5fcc24e92
https://github.com/llvm/llvm-project/commit/d46207645714620c95b2274a8a0996e5fcc24e92
Author: Jie Fu <jiefu at tencent.com>
Date: 2024-06-15 (Sat, 15 Jun 2024)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
[x86] Fix -Wunused-value in X86ISelLowering.cpp (NFC)
llvm-project/llvm/lib/Target/X86/X86ISelLowering.cpp:28530:16:
error: left operand of comma operator has no effect [-Werror,-Wunused-value]
return VT, DAG.getNode(ISD::OR, dl, VT, RLo, DAG.getBitcast(VT, RHi));
^~
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