[ARM] PR 67439: Allow matching of *arm32_movhf when -mrestrict-it is on
authorktkachov <ktkachov@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 10 Sep 2015 10:43:43 +0000 (10:43 +0000)
committerktkachov <ktkachov@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 10 Sep 2015 10:43:43 +0000 (10:43 +0000)
commitea501323083cbdd61b10e31e78265d29540605b1
treecd63ea979814f908675319fef1d963b47c9fcf12
parent915a395e36d865bb85827593a3060a6c86d73bb1
[ARM] PR 67439: Allow matching of *arm32_movhf when -mrestrict-it is on

PR target/67439
* config/arm/arm.md (*arm32_movhf): Remove !arm_restrict_it from
predicate.  Set predicable_short_it attr to "no".

* gcc.target/arm/pr67439_1.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@227630 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/arm/arm.md
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/arm/pr67439_1.c [new file with mode: 0644]