Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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.
- Loading branch information