diff options
| author | Stephen Lin <stephenwlin@gmail.com> | 2013-07-10 01:57:39 +0000 |
|---|---|---|
| committer | Stephen Lin <stephenwlin@gmail.com> | 2013-07-10 01:57:39 +0000 |
| commit | 2a6447320e9b77139a781d5b8e08e6dd66bc1767 (patch) | |
| tree | 194e5b1d9c49bfc19d5aac897735d01d8e44c0a6 /llvm/lib/Target/ARM | |
| parent | dd502028ecb21bb745284399561d74b11667c17a (diff) | |
| download | bcm5719-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.h | 2 |
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; } |

