aarch64 - Set the mode for the unspec in speculation_tracker insn.
authorRichard Earnshaw <rearnsha@arm.com>
Tue, 6 Nov 2018 17:18:37 +0000 (17:18 +0000)
committerRichard Earnshaw <rearnsha@gcc.gnu.org>
Tue, 6 Nov 2018 17:18:37 +0000 (17:18 +0000)
commit996bea89df18890e6dd0bdbbf5a7f1d4fd6852ad
tree579e60b3cd98f3e4006e4549817fba2729911be2
parent3eb63272c5bb09fd96de95ed4b357f97803a39e4
aarch64 - Set the mode for the unspec in speculation_tracker insn.

The speculation tracker insn in my recent patch set for CVE-2017-5753
was missing a mode on the UNSPEC.  Although this didn't break the
build, it did cause an unnecessary warning from the MD parsing
mechanism that I missed at the time.  It's a trivial fix, as follows:

* config/aarch64/aarch64.md (speculation_tracker): Set the mode for
the UNSPEC.

From-SVN: r265849
gcc/ChangeLog
gcc/config/aarch64/aarch64.md