diff options
Diffstat (limited to 'gcc/config/arm/cortex-a7.md')
-rw-r--r-- | gcc/config/arm/cortex-a7.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/arm/cortex-a7.md b/gcc/config/arm/cortex-a7.md index 97b4cadb7c8..ba9da8046eb 100644 --- a/gcc/config/arm/cortex-a7.md +++ b/gcc/config/arm/cortex-a7.md @@ -204,7 +204,7 @@ (define_insn_reservation "cortex_a7_fpalu" 4 (and (eq_attr "tune" "cortexa7") - (eq_attr "type" "ffariths, fadds, ffarithd, faddd, fcpys,\ + (eq_attr "type" "ffariths, fadds, ffarithd, faddd, fmov,\ f_cvt, f_cvtf2i, f_cvti2f, fcmps, fcmpd")) "cortex_a7_ex1+cortex_a7_fpadd_pipe") |