summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM
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
commit2a6447320e9b77139a781d5b8e08e6dd66bc1767 (patch)
tree194e5b1d9c49bfc19d5aac897735d01d8e44c0a6 /llvm/lib/Target/ARM
parentdd502028ecb21bb745284399561d74b11667c17a (diff)
downloadbcm5719-llvm-2a6447320e9b77139a781d5b8e08e6dd66bc1767.tar.gz
bcm5719-llvm-2a6447320e9b77139a781d5b8e08e6dd66bc1767.zip
Fix typo
llvm-svn: 185995
Diffstat (limited to 'llvm/lib/Target/ARM')
-rw-r--r--llvm/lib/Target/ARM/ARMISelLowering.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMISelLowering.h b/llvm/lib/Target/ARM/ARMISelLowering.h
index c7331bd46ea..659377772d5 100644
--- a/llvm/lib/Target/ARM/ARMISelLowering.h
+++ b/llvm/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; }
OpenPOWER on IntegriCloud