mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-22 13:29:44 +00:00
Fix typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185995 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9ddfe5ea6f
commit
ea870a53a5
@ -464,7 +464,7 @@ namespace llvm {
|
|||||||
/// expanded to fmul + fadd.
|
/// expanded to fmul + fadd.
|
||||||
///
|
///
|
||||||
/// ARM supports both fused and unfused multiply-add operations; we already
|
/// 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
|
/// would be a gain or that the gain would be worthwhile enough to risk
|
||||||
/// correctness bugs.
|
/// correctness bugs.
|
||||||
virtual bool isFMAFasterThanFMulAndFAdd(EVT VT) const { return false; }
|
virtual bool isFMAFasterThanFMulAndFAdd(EVT VT) const { return false; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user