[llvm] r185995 - Fix typo
Stephen Lin
stephenwlin at gmail.com
Tue Jul 9 18:57:40 PDT 2013
Author: stephenwlin
Date: Tue Jul 9 20:57:39 2013
New Revision: 185995
URL: http://llvm.org/viewvc/llvm-project?rev=185995&view=rev
Log:
Fix typo
Modified:
llvm/trunk/lib/Target/ARM/ARMISelLowering.h
Modified: llvm/trunk/lib/Target/ARM/ARMISelLowering.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/ARMISelLowering.h?rev=185995&r1=185994&r2=185995&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/ARMISelLowering.h (original)
+++ llvm/trunk/lib/Target/ARM/ARMISelLowering.h Tue Jul 9 20:57:39 2013
@@ -464,7 +464,7 @@ namespace llvm {
/// expanded to fmul + fadd.
///
/// ARM supports both fused and unfused multiply-add operations; we already
- /// lower a pair of fmul and fmadd to the latter so it's not clear that there
+ /// lower a pair of fmul and fadd to the latter so it's not clear that there
/// would be a gain or that the gain would be worthwhile enough to risk
/// correctness bugs.
virtual bool isFMAFasterThanFMulAndFAdd(EVT VT) const { return false; }
More information about the llvm-commits
mailing list