diff options
Diffstat (limited to 'test/codegen/arithmetic.go')
| -rw-r--r-- | test/codegen/arithmetic.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/codegen/arithmetic.go b/test/codegen/arithmetic.go index b48975cc13..f8a2fc5400 100644 --- a/test/codegen/arithmetic.go +++ b/test/codegen/arithmetic.go @@ -606,7 +606,7 @@ func LenDiv1(a []int) int { // amd64:"SHRQ [$]10" // arm64:"LSR [$]10" -"SDIV" // arm:"SRL [$]10" -".*udiv" - // ppc64x:"SRD" [$]10" + // ppc64x:"SRD [$]10" return len(a) / 1024 } |
