Commit 2cc9e8aa by Eric Botcazou Committed by Eric Botcazou

visium.md (nop): Tweak comment.

	* config/visium/visium.md (nop): Tweak comment.
	(hazard_nop): Likewise.

From-SVN: r256758
parent 654060e2
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> 2018-01-16 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
* config/rs6000/rs6000.c (rs6000_opt_vars): Add entry for * config/rs6000/rs6000.c (rs6000_opt_vars): Add entry for
......
...@@ -2962,13 +2962,13 @@ ...@@ -2962,13 +2962,13 @@
(define_insn "nop" (define_insn "nop"
[(const_int 0)] [(const_int 0)]
"" ""
"nop ;generated nop" "nop ;generated"
[(set_attr "type" "nop")]) [(set_attr "type" "nop")])
(define_insn "hazard_nop" (define_insn "hazard_nop"
[(unspec_volatile [(const_int 0)] UNSPEC_NOP)] [(unspec_volatile [(const_int 0)] UNSPEC_NOP)]
"" ""
"nop ;hazard avoidance nop" "nop ;hazard avoidance"
[(set_attr "type" "nop")]) [(set_attr "type" "nop")])
(define_insn "blockage" (define_insn "blockage"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment