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

Unified Diff: src/cmd/6g/cgen.c

Issue 6498101: code review 6498101: 6g: delete unnecessary OXXX initialization. (Closed)
Patch Set: diff -r 7047e253f1cd https://code.google.com/p/go Created 11 years, 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/cmd/6g/cgen.c
===================================================================
--- a/src/cmd/6g/cgen.c
+++ b/src/cmd/6g/cgen.c
@@ -669,7 +669,6 @@
if(!debug['B'] && !n->bounded) {
// check bounds
- n5.op = OXXX;
t = types[TUINT32];
if(is64(nr->type))
t = types[TUINT64];
« no previous file with comments | « no previous file | no next file » | no next file with comments »

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