aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/cmd/compile/internal/ssa/check.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/compile/internal/ssa/check.go b/src/cmd/compile/internal/ssa/check.go
index 4b00d4b030..9396f8dccb 100644
--- a/src/cmd/compile/internal/ssa/check.go
+++ b/src/cmd/compile/internal/ssa/check.go
@@ -198,7 +198,7 @@ func checkFunc(f *Func) {
canHaveAux = true
case auxCCop:
if opcodeTable[Op(v.AuxInt)].name == "OpInvalid" {
- f.Fatalf("value %v has an AuxInt value that is a valid opcode", v)
+ f.Fatalf("value %v has an AuxInt value that is not a valid opcode", v)
}
canHaveAuxInt = true
case auxS390XCCMask: