diff options
Diffstat (limited to 'test/codegen/logic.go')
| -rw-r--r-- | test/codegen/logic.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/codegen/logic.go b/test/codegen/logic.go index 1cd389bd2d..0d1beebb67 100644 --- a/test/codegen/logic.go +++ b/test/codegen/logic.go @@ -11,7 +11,7 @@ package codegen // of the args of the ANDQ needs to be saved so it can be used as the arg to TESTQ. func andWithUse(x, y int) int { z := x & y - // amd64:`TESTQ\s(AX, AX|BX, BX|CX, CX|DX, DX|SI, SI|DI, DI|R8, R8|R9, R9|R10, R10|R11, R11|R12, R12|R13, R13|R15, R15)` + // amd64:`TESTQ (AX, AX|BX, BX|CX, CX|DX, DX|SI, SI|DI, DI|R8, R8|R9, R9|R10, R10|R11, R11|R12, R12|R13, R13|R15, R15)` if z == 0 { return 77 } |
