aboutsummaryrefslogtreecommitdiff
path: root/test/codegen/condmove.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/codegen/condmove.go')
-rw-r--r--test/codegen/condmove.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/codegen/condmove.go b/test/codegen/condmove.go
index 6c08116b2c..1058910307 100644
--- a/test/codegen/condmove.go
+++ b/test/codegen/condmove.go
@@ -57,7 +57,7 @@ func cmov16bit(x, y uint16) uint16 {
}
// amd64:"CMOVW(HI|CS)"
// arm64:"CSNEG\t(LS|HS)"
- // ppc64x:"ISEL\t[$]0"
+ // ppc64x:"ISEL\t[$][01]"
// wasm:"Select"
return x
}