From: Jay Foad Date: Thu, 22 Apr 2021 11:29:49 +0000 (+0100) Subject: Fix typo "beneficiates" in comments X-Git-Tag: llvmorg-14-init~8814 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=82d34fe2b38ac3ef266ceb2f886866c6d0c23a24;p=platform%2Fupstream%2Fllvm.git Fix typo "beneficiates" in comments --- diff --git a/llvm/include/llvm/CodeGen/TargetLowering.h b/llvm/include/llvm/CodeGen/TargetLowering.h index aa05df9..6e91201 100644 --- a/llvm/include/llvm/CodeGen/TargetLowering.h +++ b/llvm/include/llvm/CodeGen/TargetLowering.h @@ -781,7 +781,7 @@ public: return false; } - /// Return true if target always beneficiates from combining into FMA for a + /// Return true if target always benefits from combining into FMA for a /// given value type. This must typically return false on targets where FMA /// takes more cycles to execute than FADD. virtual bool enableAggressiveFMAFusion(EVT VT) const { diff --git a/llvm/lib/Target/PowerPC/PPCISelLowering.h b/llvm/lib/Target/PowerPC/PPCISelLowering.h index 27553d7..1ec78cb 100644 --- a/llvm/lib/Target/PowerPC/PPCISelLowering.h +++ b/llvm/lib/Target/PowerPC/PPCISelLowering.h @@ -746,7 +746,7 @@ namespace llvm { EVT getSetCCResultType(const DataLayout &DL, LLVMContext &Context, EVT VT) const override; - /// Return true if target always beneficiates from combining into FMA for a + /// Return true if target always benefits from combining into FMA for a /// given value type. This must typically return false on targets where FMA /// takes more cycles to execute than FADD. bool enableAggressiveFMAFusion(EVT VT) const override;