]> git.ipfire.org Git - thirdparty/gcc.git/commit
[arm] Fix testsuite nit when compiling for thumb2
authorrearnsha <rearnsha@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 18 Oct 2019 19:05:25 +0000 (19:05 +0000)
committerrearnsha <rearnsha@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 18 Oct 2019 19:05:25 +0000 (19:05 +0000)
commit44b016de3d25044b29e662d17e32b0f3e1f1dad8
tree14899794d8fbd9564919aa7eec0a48d661e914d1
parentf36f54ddf6c9d4a1111e52ef49d9d5e794ed9f3d
[arm] Fix testsuite nit when compiling for thumb2

In thumb2 we now generate a NEGS instruction rather than RSBS, so this
test needs updating.

* gcc.target/arm/negdi-3.c: Update expected output to allow NEGS.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@277192 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/arm/negdi-3.c