diff options
author | Ulrich Weigand <ulrich.weigand@de.ibm.com> | 2018-07-20 12:12:10 +0000 |
---|---|---|
committer | Ulrich Weigand <ulrich.weigand@de.ibm.com> | 2018-07-20 12:12:10 +0000 |
commit | 9dd23b8433d59c516eac0feeef793a40f014cd08 (patch) | |
tree | 7d97d4a227ae4c02e8e09684029d3a2a994953c4 /llvm/test/CodeGen/SystemZ/shift-07.ll | |
parent | 57743883f11662433c7fe13bf4d59f0fca0e2d33 (diff) | |
download | bcm5719-llvm-9dd23b8433d59c516eac0feeef793a40f014cd08.tar.gz bcm5719-llvm-9dd23b8433d59c516eac0feeef793a40f014cd08.zip |
[SystemZ] Test case formatting fixes
Fix systematically wrong whitespace from a prior automated change.
NFC.
llvm-svn: 337542
Diffstat (limited to 'llvm/test/CodeGen/SystemZ/shift-07.ll')
-rw-r--r-- | llvm/test/CodeGen/SystemZ/shift-07.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/SystemZ/shift-07.ll b/llvm/test/CodeGen/SystemZ/shift-07.ll index 161628864e1..e0a11f6e6ed 100644 --- a/llvm/test/CodeGen/SystemZ/shift-07.ll +++ b/llvm/test/CodeGen/SystemZ/shift-07.ll @@ -143,7 +143,7 @@ define i64 @f14(i64 %a, i64 *%ptr) { ; CHECK: l %r1, 4(%r3) ; CHECK: srag %r2, %r2, 0(%r1) ; CHECK: br %r14 - %amt = load i64 , i64 *%ptr + %amt = load i64, i64 *%ptr %shift = ashr i64 %a, %amt ret i64 %shift } |