]> gcc.gnu.org Git - gcc.git/commit
nvptx: do not use alternative spelling of unsigned comparisons
authorAlexander Monakov <amonakov@ispras.ru>
Tue, 2 Feb 2016 18:24:25 +0000 (21:24 +0300)
committerAlexander Monakov <amonakov@gcc.gnu.org>
Tue, 2 Feb 2016 18:24:25 +0000 (21:24 +0300)
commit578fb2259b0f644142f9a795a3fc433cba5f2da6
tree4b31fb4018f1c38c7ac6a75b0010d2607fbc265c
parent5854ee30ca7854754006da22380bec498e5c2d29
nvptx: do not use alternative spelling of unsigned comparisons

gcc/ChangeLog:
* config/nvptx/nvptx.c (nvptx_print_operand): Treat LEU, GEU, LTU, GTU
        like LE, GE, LT, GT when emitting relational operator.

gcc/testsuite/ChangeLog:
* gcc.target/nvptx/unsigned-cmp.c: New test.

From-SVN: r233088
gcc/ChangeLog
gcc/config/nvptx/nvptx.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/nvptx/unsigned-cmp.c [new file with mode: 0644]
This page took 0.058178 seconds and 5 git commands to generate.