summaryrefslogtreecommitdiff
path: root/src/cmd/internal/gc/syntax.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/internal/gc/syntax.go')
-rw-r--r--src/cmd/internal/gc/syntax.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/internal/gc/syntax.go b/src/cmd/internal/gc/syntax.go
index ac7c28578b..1c84aa196b 100644
--- a/src/cmd/internal/gc/syntax.go
+++ b/src/cmd/internal/gc/syntax.go
@@ -294,6 +294,7 @@ const (
OLROT // left rotate: AROL.
ORROTC // right rotate-carry: ARCR.
ORETJMP // return to other function
+ OPS // compare parity set (for x86 NaN check)
OEND
)