diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2018-01-16 20:54:25 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2018-01-16 20:54:25 +0000 |
commit | 2cc9e8aad57b1918de28a9e83f5e2adae14ef3f3 (patch) | |
tree | 45aedcafff31206411d7346f9c7a6cb9b3238d1d /gcc | |
parent | 654060e2dab72b6f4751afec138f7b97c68c1d1e (diff) | |
download | gcc-2cc9e8aad57b1918de28a9e83f5e2adae14ef3f3.zip gcc-2cc9e8aad57b1918de28a9e83f5e2adae14ef3f3.tar.gz gcc-2cc9e8aad57b1918de28a9e83f5e2adae14ef3f3.tar.bz2 |
visium.md (nop): Tweak comment.
* config/visium/visium.md (nop): Tweak comment.
(hazard_nop): Likewise.
From-SVN: r256758
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/visium/visium.md | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6513566..194f975 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2018-01-16 Eric Botcazou <ebotcazou@adacore.com> + + * config/visium/visium.md (nop): Tweak comment. + (hazard_nop): Likewise. + 2018-01-16 Bill Schmidt <wschmidt@linux.vnet.ibm.com> * config/rs6000/rs6000.c (rs6000_opt_vars): Add entry for diff --git a/gcc/config/visium/visium.md b/gcc/config/visium/visium.md index 5ff3677..f94a4d4 100644 --- a/gcc/config/visium/visium.md +++ b/gcc/config/visium/visium.md @@ -2962,13 +2962,13 @@ (define_insn "nop" [(const_int 0)] "" - "nop ;generated nop" + "nop ;generated" [(set_attr "type" "nop")]) (define_insn "hazard_nop" [(unspec_volatile [(const_int 0)] UNSPEC_NOP)] "" - "nop ;hazard avoidance nop" + "nop ;hazard avoidance" [(set_attr "type" "nop")]) (define_insn "blockage" |