Commit 5def02b7 by Robert Suchanek Committed by Robert Suchanek

MIPS: Fix build after r261489.

gcc/
	* config/mips/i6400.md (i6400_fpu_fadd): Remove frint.

From-SVN: r261494
parent 09c4cadd
2018-06-12 Robert Suchanek <robert.suchanek@mips.com>
* config/mips/i6400.md (i6400_fpu_fadd): Remove frint.
2018-06-12 Jozef Lawrynowicz <jozef.l@mittosystems.com> 2018-06-12 Jozef Lawrynowicz <jozef.l@mittosystems.com>
* doc/sourcebuild.texi: Document usage of line number 0 in verify * doc/sourcebuild.texi: Document usage of line number 0 in verify
......
...@@ -222,7 +222,7 @@ ...@@ -222,7 +222,7 @@
;; fadd, fsub, fcvt ;; fadd, fsub, fcvt
(define_insn_reservation "i6400_fpu_fadd" 4 (define_insn_reservation "i6400_fpu_fadd" 4
(and (eq_attr "cpu" "i6400") (and (eq_attr "cpu" "i6400")
(eq_attr "type" "fadd, fcvt, frint")) (eq_attr "type" "fadd,fcvt"))
"i6400_fpu_long, i6400_fpu_apu") "i6400_fpu_long, i6400_fpu_apu")
;; fmul ;; fmul
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment