Commit a2adad8b by Marcus Shawcroft Committed by Marcus Shawcroft

[AArch64] Remove ISB after FPCR write.

From-SVN: r211140
parent 20a951e6
2014-06-02 Marcus Shawcroft <marcus.shawcroft@arm.com>
* config/aarch64/aarch64.md (set_fpcr): Drop ISB after FPCR write.
2014-06-02 Richard Henderson <rth@redhat.com>
PR target/61336
......
......@@ -3904,7 +3904,7 @@
(define_insn "set_fpcr"
[(unspec_volatile [(match_operand:SI 0 "register_operand" "r")] UNSPECV_SET_FPCR)]
""
"msr\\tfpcr, %0\;isb"
"msr\\tfpcr, %0"
[(set_attr "type" "mrs")])
;; Read Floating-point Control Register.
......
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