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

Unified Diff: ssa/example_test.go

Issue 37270043: code review 37270043: go.tools/ssa: eliminate remaining uses of operands of "... (Closed)
Patch Set: diff -r a44dba07e828 https://code.google.com/p/go.tools Created 10 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 | « ssa/const.go ('k') | ssa/sanity.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ssa/example_test.go
===================================================================
--- a/ssa/example_test.go
+++ b/ssa/example_test.go
@@ -101,7 +101,7 @@
// func main():
// .0.entry: P:0 S:0
// t0 = new [1]interface{} (varargs) *[1]interface{}
- // t1 = &t0[0:untyped integer] *interface{}
+ // t1 = &t0[0:int] *interface{}
// t2 = make interface{} <- string ("Hello, World!":string) interface{}
// *t1 = t2
// t3 = slice t0[:] []interface{}
« no previous file with comments | « ssa/const.go ('k') | ssa/sanity.go » ('j') | no next file with comments »

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