We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18e65e2 commit 07e834cCopy full SHA for 07e834c
llvm/include/llvm-c/Core.h
@@ -2341,7 +2341,7 @@ LLVM_C_ABI LLVMValueRef LLVMConstRealOfStringAndSize(LLVMTypeRef RealTy,
2341
2342
/**
2343
* Obtain a constant for a floating point FP128 value from 2 64 bit values.
2344
- * Only the LLVMFP128Type or LLVMPPCFP128Type are accepted.
+ * Only the LLVMFP128Type or LLVMPPCFP128Type are accepted.
2345
*/
2346
2347
LLVM_C_ABI LLVMValueRef LLVMConstFP128(LLVMTypeRef Ty, const uint64_t N[2]);
0 commit comments