Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(531)

Unified Diff: src/cmd/5g/peep.c

Issue 6819123: code review 6819123: cmd/gc: add division rewrite to walk pass. (Closed)
Patch Set: diff -r 538f0e9733bc https://go.googlecode.com/hg/ Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/cmd/5g/ggen.c ('k') | src/cmd/6g/cgen.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/cmd/5g/peep.c
===================================================================
--- a/src/cmd/5g/peep.c
+++ b/src/cmd/5g/peep.c
@@ -1056,6 +1056,7 @@
return 0;
case AMULLU: /* read, read, write, write */
+ case AMULL:
case AMULA:
case AMVN:
return 2;
« no previous file with comments | « src/cmd/5g/ggen.c ('k') | src/cmd/6g/cgen.c » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b