Skip to content

Commit 6578688

Browse files
committed
minor change
1 parent 7bc1741 commit 6578688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/PowerPC/atomic-compare-exchange-weak.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
; RUN: llc < %s -ppc-asm-full-reg-names -mtriple=powerpc-ibm-aix7.2.0.0 -mcpu=pwr8 -verify-machineinstrs | FileCheck %s --check-prefix=CHECK
77
; RUN: llc < %s -ppc-asm-full-reg-names -mtriple=powerpc64-ibm-aix7.2.0.0 -mcpu=pwr8 -verify-machineinstrs | FileCheck %s --check-prefix=CHECK64
88

9-
109
define i32 @foo(ptr noundef %cp, ptr noundef %old, i32 noundef %c) {
1110
entry:
1211
%cp.addr = alloca ptr, align 4
@@ -68,6 +67,7 @@ cmpxchg.continue: ; preds = %cmpxchg.store_expec
6867
; CHECK-NEXT: isel r3, r4, r3, 4*cr1+eq
6968
; CHECK-NEXT: stb r3, -17(r1)
7069
; CHECK-NEXT: blr
70+
7171
; CHECK64: .foo:
7272
; CHECK64-NEXT: # %bb.0: # %entry
7373
; CHECK64-NEXT: lwz r7, 0(r4)

0 commit comments

Comments
 (0)