[AArch64] Remove ISB after FPCR write.
From-SVN: r211140
This commit is contained in:
parent
20a951e6b7
commit
a2adad8b0f
@ -1,3 +1,7 @@
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user