[all-commits] [llvm/llvm-project] e42a4c: [Analysis] Fix -Wunused-function in ConstantFoldin...

Jie Fu (傅杰) via All-commits all-commits at lists.llvm.org
Tue Jun 18 05:51:22 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e42a4c70a112c1c0f07ccb8b57b4fda4cfa11b49
      https://github.com/llvm/llvm-project/commit/e42a4c70a112c1c0f07ccb8b57b4fda4cfa11b49
  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:1787:11:
error: unused function 'ConstantFoldFP128' [-Werror,-Wunused-function]
Constant *ConstantFoldFP128(long double (*NativeFP)(long double),
          ^
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