summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen
diff options
context:
space:
mode:
authorMichael Liao <michael.liao@intel.com>2012-11-12 22:33:18 +0000
committerMichael Liao <michael.liao@intel.com>2012-11-12 22:33:18 +0000
commitb193ed44ee2c34e1b8feabd25b74685a598184cf (patch)
treecd9a0ef452cbb1226a02ef17efa8409abbfb729f /llvm/test/CodeGen
parentcfe417ed3ed59ed864e244759450a6e2577a3e84 (diff)
downloadbcm5719-llvm-b193ed44ee2c34e1b8feabd25b74685a598184cf.tar.gz
bcm5719-llvm-b193ed44ee2c34e1b8feabd25b74685a598184cf.zip
Fix test case added in patch fixing PR14314
llvm-svn: 167769
Diffstat (limited to 'llvm/test/CodeGen')
-rw-r--r--llvm/test/CodeGen/X86/pr14314.ll8
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/test/CodeGen/X86/pr14314.ll b/llvm/test/CodeGen/X86/pr14314.ll
index 5388a4b01b6..0832702244e 100644
--- a/llvm/test/CodeGen/X86/pr14314.ll
+++ b/llvm/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
}
OpenPOWER on IntegriCloud