summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorStephen Lin <stephenwlin@gmail.com>2013-07-10 01:57:39 +0000
committerStephen Lin <stephenwlin@gmail.com>2013-07-10 01:57:39 +0000
commitea870a53a5a0c644e5b15af5ae59d8a4378a4d2a (patch)
treeff5f6a61f4fc04531101a2dc0f13e1de2e7c4e97 /lib
parent9ddfe5ea6f46448cf01e114c971e6bd7ac6ad06c (diff)
downloadllvm-ea870a53a5a0c644e5b15af5ae59d8a4378a4d2a.tar.gz
llvm-ea870a53a5a0c644e5b15af5ae59d8a4378a4d2a.tar.bz2
llvm-ea870a53a5a0c644e5b15af5ae59d8a4378a4d2a.tar.xz
Fix typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185995 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/ARM/ARMISelLowering.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMISelLowering.h b/lib/Target/ARM/ARMISelLowering.h
index c7331bd46e..659377772d 100644
--- a/lib/Target/ARM/ARMISelLowering.h
+++ b/lib/Target/ARM/ARMISelLowering.h
@@ -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; }