diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/win64_frame.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/win64_frame.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/win64_frame.ll b/llvm/test/CodeGen/X86/win64_frame.ll index 49350a8edf8..f95b04242aa 100644 --- a/llvm/test/CodeGen/X86/win64_frame.ll +++ b/llvm/test/CodeGen/X86/win64_frame.ll @@ -238,7 +238,7 @@ define i64 @f10(i64* %foo, i64 %bar, i64 %baz) { ; ALL-NEXT: lock cmpxchgq %r8, (%rcx) ; ALL-NEXT: sete %bl ; ALL-NEXT: callq dummy -; ALL-NEXT: testb $-1, %bl +; ALL-NEXT: testb %bl, %bl ; ALL-NEXT: cmoveq %rsi, %rax ; ALL-NEXT: addq $40, %rsp ; ALL-NEXT: popq %rbx |

