aarch64 - Set the mode for the unspec in speculation_tracker insn. 75/198475/3 accepted/tizen/base/20190208.061719 submit/tizen_base/20190206.160957
authorrearnsha <rearnsha@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 6 Nov 2018 17:18:37 +0000 (17:18 +0000)
committerDongkyun Son <dongkyun.s@samsung.com>
Wed, 6 Feb 2019 16:02:30 +0000 (01:02 +0900)
commiteac97ce657b0b1a3800383f327414771d26227e6
tree5d821fbf25ab7614244b6f57ef45cc86aee629b0
parente98f28299c49093f3100bc77c5174c7f85095f3f
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.

(backported 1ce555a208bf8e3422eadd9c1e3eb0b1b120a81b)

Change-Id: I525ae85eeafc2e9f42b365957abdb7b494a286c2
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@265849 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/aarch64/aarch64.md