[all-commits] [llvm/llvm-project] 66959f: [Analysis] Fix -Wunused-function in ConstantFoldin...
Jie Fu (傅杰) via All-commits
all-commits at lists.llvm.org
Tue Jun 18 07:03:38 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 66959ff8633684ec285d62ac244d38bfc8b263da
https://github.com/llvm/llvm-project/commit/66959ff8633684ec285d62ac244d38bfc8b263da
Author: Jie Fu <jiefu at tencent.com>
Date: 2024-06-18 (Tue, 18 Jun 2024)
Changed paths:
M llvm/lib/Analysis/ConstantFolding.cpp
Log Message:
-----------
[Analysis] Fix -Wunused-function in ConstantFolding.cpp (NFC)
/llvm-project/llvm/lib/Analysis/ConstantFolding.cpp:1747:11:
error: unused function 'GetConstantFoldFPValue128' [-Werror,-Wunused-function]
Constant *GetConstantFoldFPValue128(float128 V, Type *Ty) {
^
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