diff options
author | Tom de Vries <tdevries@suse.de> | 2022-03-08 13:55:09 +0100 |
---|---|---|
committer | Tom de Vries <tdevries@suse.de> | 2022-03-10 12:21:30 +0100 |
commit | 3357878ef56d1e47666fc697cfd7cb5cd9c1dfc9 (patch) | |
tree | dcf67b520d7fdc6ebc72b132e56f96ff891a6ed3 /libstdc++-v3/libsupc++ | |
parent | f07178ca3c1e5dff799fb5016bb3767571db3165 (diff) | |
download | gcc-3357878ef56d1e47666fc697cfd7cb5cd9c1dfc9.zip gcc-3357878ef56d1e47666fc697cfd7cb5cd9c1dfc9.tar.gz gcc-3357878ef56d1e47666fc697cfd7cb5cd9c1dfc9.tar.bz2 |
[nvptx] Use no,yes for attribute predicable
The documentation states about the predicable instruction attribute:
...
This attribute must be a boolean (i.e. have exactly two elements in its
list-of-values), with the possible values being no and yes.
...
The nvptx port has instead:
...
(define_attr "predicable" "false,true"
(const_string "true"))
...
Fix this by updating to:
...
(define_attr "predicable" "no,yes"
(const_string "yes"))
...
Tested on nvptx.
gcc/ChangeLog:
2022-03-08 Tom de Vries <tdevries@suse.de>
PR target/104840
* config/nvptx/nvptx.md (define_attr "predicable"): Use no,yes instead
of false,true.
Diffstat (limited to 'libstdc++-v3/libsupc++')
0 files changed, 0 insertions, 0 deletions