================
@@ -1285,6 +1289,34 @@ static unsigned getBoolCmpOpcode(unsigned PredNum) {
   }
 }
 
+static APFloat getZeroFP(const Type *LLVMFloatTy) {
----------------
bharadwajy wrote:

> Why did this move?

The intent was to co-locate it with the other `static` functions in the 
vicinity while adding the new one `getOneFP`.

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

Reply via email to