Fix the ccmp_1.c test back to use '0' as regular expressions don't work
commite69ad94ac58b13528fda35e3834971226e15bd43
authorwilco <wilco@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 3 Feb 2016 12:18:19 +0000 (3 12:18 +0000)
committerwilco <wilco@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 3 Feb 2016 12:18:19 +0000 (3 12:18 +0000)
tree06ad115e6e83cdca8a17614152cd0b00085945b1
parenta4454da21558d58399795e0cd7083e135e701280
Fix the ccmp_1.c test back to use '0' as regular expressions don't work
correctly. '0' is right due to compare with zero now printing as
'CMP w0, 0' rather than 'CMP w0, wzr'.

2016-02-03  Wilco Dijkstra  <wdijkstr@arm.com>

gcc/testsuite/
* gcc.target/aarch64/ccmp_1.c: Fix test issue.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@233102 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/aarch64/ccmp_1.c