visium.md (nop): Tweak comment.
authorEric Botcazou <ebotcazou@adacore.com>
Tue, 16 Jan 2018 20:54:25 +0000 (20:54 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Tue, 16 Jan 2018 20:54:25 +0000 (20:54 +0000)
* config/visium/visium.md (nop): Tweak comment.
(hazard_nop): Likewise.

From-SVN: r256758

gcc/ChangeLog
gcc/config/visium/visium.md

index 65135664b8b98ac73162fd66368c48061bf66900..194f975d432b4c47bd9e33bca0ecc3d55c64e695 100644 (file)
@@ -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
index 5ff3677e5d31c1f4f28c7ad0fae313a44b3738fc..f94a4d4faa96b2bc400e4ba7e2936e5f9ca2ace9 100644 (file)
 (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"