Skip to content

Commit

Permalink
doc update for -dp
Browse files Browse the repository at this point in the history
	* doc/invoke.texi (-dp): Say that instruction cost is printed as well.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@255351 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
segher committed Dec 2, 2017
1 parent 252142f commit 05acb9c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions gcc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2017-12-01 Segher Boessenkool <[email protected]>

* doc/invoke.texi (-dp): Say that instruction cost is printed as well.

2017-12-01 Segher Boessenkool <[email protected]>

* config/rs6000/rs6000-protos.h (emit_fusion_addis): Remove last two
Expand Down
2 changes: 1 addition & 1 deletion gcc/doc/invoke.texi
Original file line number Diff line number Diff line change
Expand Up @@ -13317,7 +13317,7 @@ Produce a core dump whenever an error occurs.
@item -dp
@opindex dp
Annotate the assembler output with a comment indicating which
pattern and alternative is used. The length of each instruction is
pattern and alternative is used. The length and cost of each instruction are
also printed.

@item -dP
Expand Down

0 comments on commit 05acb9c

Please sign in to comment.