diff options
Diffstat (limited to 'llvm/test/CodeGen/ARM/atomic-cmp.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/atomic-cmp.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/atomic-cmp.ll b/llvm/test/CodeGen/ARM/atomic-cmp.ll index 7f41b7d93d1..2f2f9d88bc0 100644 --- a/llvm/test/CodeGen/ARM/atomic-cmp.ll +++ b/llvm/test/CodeGen/ARM/atomic-cmp.ll @@ -9,8 +9,8 @@ define i8 @t(i8* %a, i8 %b, i8 %c) nounwind { ; ARM: clrex ; T2-LABEL: t: -; T2: strexb ; T2: ldrexb +; T2: strexb ; T2: clrex %tmp0 = cmpxchg i8* %a, i8 %b, i8 %c monotonic monotonic %tmp1 = extractvalue { i8, i1 } %tmp0, 0 |