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/shift-08.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/CodeGen/SystemZ/shift-08.ll') diff --git a/llvm/test/CodeGen/SystemZ/shift-08.ll b/llvm/test/CodeGen/SystemZ/shift-08.ll index 0db53c92246..027b05f7313 100644 --- a/llvm/test/CodeGen/SystemZ/shift-08.ll +++ b/llvm/test/CodeGen/SystemZ/shift-08.ll @@ -181,7 +181,7 @@ define i64 @f14(i64 %a, i64 *%ptr) { ; CHECK: l %r1, 4(%r3) ; CHECK: rllg %r2, %r2, 0(%r1) ; CHECK: br %r14 - %amt = load i64 , i64 *%ptr + %amt = load i64, i64 *%ptr %amtb = sub i64 64, %amt %parta = shl i64 %a, %amt %partb = lshr i64 %a, %amtb -- cgit v1.2.3