================
@@ -1462,6 +1472,16 @@ inline APFloat maximum(const APFloat &A, const APFloat 
&B) {
     return A.isNegative() ? B : A;
   return A < B ? B : A;
 }
+LLVM_READONLY
----------------
kuhar wrote:

also here

https://github.com/llvm/llvm-project/pull/93841
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to