Skip to content

Commit

Permalink
go/ssa: update package doc to mention ssautil.CreateProgram
Browse files Browse the repository at this point in the history
Change-Id: I92fb6cf5683c335826d2e84394cc594639e34fe6
Reviewed-on: https://go-review.googlesource.com/12542
Reviewed-by: Dave Cheney <[email protected]>
  • Loading branch information
cierniak authored and davecheney committed Jul 27, 2015
1 parent 69f53eb commit 7fe0389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/ssa/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
// such as multi-way branch can be reconstructed as needed; see
// ssautil.Switches() for an example.
//
// To construct an SSA-form program, call ssa.Create on a
// To construct an SSA-form program, call ssautil.CreateProgram on a
// loader.Program, a set of type-checked packages created from
// parsed Go source files. The resulting ssa.Program contains all the
// packages and their members, but SSA code is not created for
Expand Down

0 comments on commit 7fe0389

Please sign in to comment.