diff options
Diffstat (limited to 'test/CodeGen/X86')
-rw-r--r-- | test/CodeGen/X86/pr14314.ll | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/CodeGen/X86/pr14314.ll b/test/CodeGen/X86/pr14314.ll index 5388a4b..0832702 100644 --- a/test/CodeGen/X86/pr14314.ll +++ b/test/CodeGen/X86/pr14314.ll @@ -5,9 +5,9 @@ entry: %0 = atomicrmw sub i64* %a, i64 %b seq_cst ret i64 %0 ; CHECK: atomicSub -; movl %eax, %ebx -; subl {{%[a-z]+}}, %ebx -; movl %edx, %ecx -; sbbl {{%[a-z]+}}, %ecx +; CHECK: movl %eax, %ebx +; CHECK: subl {{%[a-z]+}}, %ebx +; CHECK: movl %edx, %ecx +; CHECK: sbbl {{%[a-z]+}}, %ecx ; CHECK: ret } |