diff options
Diffstat (limited to 'test/codegen/bits.go')
| -rw-r--r-- | test/codegen/bits.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/codegen/bits.go b/test/codegen/bits.go index 7bedaff712..c5bce3d318 100644 --- a/test/codegen/bits.go +++ b/test/codegen/bits.go @@ -616,7 +616,7 @@ func bitsRotateAndMask(io64 [8]uint64, io32 [4]uint32, io16 [4]uint16, io8 [4]ui io32[0] = io32[0] & 0x0FFFF000 // ppc64x: "RLWNM [$]0, R[0-9]*, [$]20, [$]3, R" io32[1] = io32[1] & 0xF0000FFF - // ppc64x: -"RLWNM", MOVD, AND + // ppc64x: -"RLWNM", "MOVD", "AND" io32[2] = io32[2] & 0xFFFF0002 var bigc uint32 = 0x12345678 |
