diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/cmd/compile/internal/ssa/README.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cmd/compile/internal/ssa/README.md b/src/cmd/compile/internal/ssa/README.md index 8184f9c002..3626f5bb7b 100644 --- a/src/cmd/compile/internal/ssa/README.md +++ b/src/cmd/compile/internal/ssa/README.md @@ -48,8 +48,7 @@ However, certain types don't come from Go and are special; below we will cover Some operators contain an auxiliary field. The aux fields are usually printed as enclosed in `[]` or `{}`, and could be the constant op argument, argument type, -etc. -for example: +etc. For example: v13 (?) = Const64 <int> [1] |
