Commit 7529701d authored by Brad Fitzpatrick's avatar Brad Fitzpatrick

cmd/compile: fix comment accuracy after recent change

Change-Id: Ifa09bccb8482a6141d0aa862cef674fade30e2eb
Reviewed-on: https://go-review.googlesource.com/20355Reviewed-by: 's avatarDavid Crawshaw <crawshaw@golang.org>
parent 199cc194
......@@ -170,8 +170,8 @@ func proginfo(p *obj.Prog) {
}
// Instruction variants table. Initially this contains entries only
// for the "base" form of each instruction. On the first call to
// as2variant or variant2as, we'll add the variants to the table.
// for the "base" form of each instruction.
// This table is completed by calling initvariants in Main.
var varianttable = [ppc64.ALAST][4]obj.As{
ppc64.AADD: {ppc64.AADD, ppc64.AADDCC, ppc64.AADDV, ppc64.AADDVCC},
ppc64.AADDC: {ppc64.AADDC, ppc64.AADDCCC, ppc64.AADDCV, ppc64.AADDCVCC},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment