From 9dd23b8433d59c516eac0feeef793a40f014cd08 Mon Sep 17 00:00:00 2001 From: Ulrich Weigand Date: Fri, 20 Jul 2018 12:12:10 +0000 Subject: [SystemZ] Test case formatting fixes Fix systematically wrong whitespace from a prior automated change. NFC. llvm-svn: 337542 --- llvm/test/CodeGen/SystemZ/atomic-load-03.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/CodeGen/SystemZ/atomic-load-03.ll') diff --git a/llvm/test/CodeGen/SystemZ/atomic-load-03.ll b/llvm/test/CodeGen/SystemZ/atomic-load-03.ll index 2f63bd65256..e40da6ddedf 100644 --- a/llvm/test/CodeGen/SystemZ/atomic-load-03.ll +++ b/llvm/test/CodeGen/SystemZ/atomic-load-03.ll @@ -6,6 +6,6 @@ define i32 @f1(i32 *%src) { ; CHECK-LABEL: f1: ; CHECK: l %r2, 0(%r2) ; CHECK: br %r14 - %val = load atomic i32 , i32 *%src seq_cst, align 4 + %val = load atomic i32, i32 *%src seq_cst, align 4 ret i32 %val } -- cgit v1.2.3