diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/cmovcmov.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/cmovcmov.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/X86/cmovcmov.ll b/llvm/test/CodeGen/X86/cmovcmov.ll index 9363d31866d..38ba308ecff 100644 --- a/llvm/test/CodeGen/X86/cmovcmov.ll +++ b/llvm/test/CodeGen/X86/cmovcmov.ll @@ -250,14 +250,14 @@ attributes #0 = { nounwind } ; CMOV-DAG: movb $20, %al ; CMOV-DAG: movb $20, %dl ; CMOV: jl [[BB0:.LBB[0-9_]+]] -; CMOV: movb %cl, %dl +; CMOV: movl %ecx, %edx ; CMOV: [[BB0]]: ; CMOV: jg [[BB1:.LBB[0-9_]+]] -; CMOV: movb %dl, %al +; CMOV: movl %edx, %eax ; CMOV: [[BB1]]: ; CMOV: testl %edi, %edi ; CMOV: je [[BB2:.LBB[0-9_]+]] -; CMOV: movb %dl, %al +; CMOV: movl %edx, %eax ; CMOV: [[BB2]]: ; CMOV: movb %al, g8(%rip) ; CMOV: retq |