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

Delta Between Two Patch Sets: src/cmd/6g/ggen.c

Issue 1848056: code review 1848056: gc: index bounds tests and fixes (Closed)
Left Patch Set: Created 14 years, 7 months ago
Right Patch Set: code review 1848056: gc: index bounds tests and fixes Created 14 years, 7 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « src/cmd/6g/cgen.c ('k') | src/cmd/6g/gsubr.c » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(Both sides are equal)
1 // Copyright 2009 The Go Authors. All rights reserved. 1 // Copyright 2009 The Go Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style 2 // Use of this source code is governed by a BSD-style
3 // license that can be found in the LICENSE file. 3 // license that can be found in the LICENSE file.
4 4
5 #undef EXTERN 5 #undef EXTERN
6 #define EXTERN 6 #define EXTERN
7 #include "gg.h" 7 #include "gg.h"
8 #include "opt.h" 8 #include "opt.h"
9 9
10 static Prog *pret; 10 static Prog *pret;
(...skipping 1409 matching lines...) Expand 10 before | Expand all | Expand 10 after
1420 } 1420 }
1421 1421
1422 if(!sleasy(res)) { 1422 if(!sleasy(res)) {
1423 cgen(&nres, res); 1423 cgen(&nres, res);
1424 } 1424 }
1425 return 1; 1425 return 1;
1426 1426
1427 no: 1427 no:
1428 return 0; 1428 return 0;
1429 } 1429 }
LEFTRIGHT

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