diff options
| author | Sjoerd Meijer <sjoerd.meijer@arm.com> | 2018-02-02 11:51:06 +0000 |
|---|---|---|
| committer | Sjoerd Meijer <sjoerd.meijer@arm.com> | 2018-02-02 11:51:06 +0000 |
| commit | 986d64ad7351c8abd2ca786ec8852c5916d69083 (patch) | |
| tree | b9fde4678441e3930bf0899c231ce6dbf736f9e4 /llvm/test/CodeGen/ARM | |
| parent | 553f267cffa819b8724b4c616bb550816debcd07 (diff) | |
| download | bcm5719-llvm-986d64ad7351c8abd2ca786ec8852c5916d69083.tar.gz bcm5719-llvm-986d64ad7351c8abd2ca786ec8852c5916d69083.zip | |
[ARM] fixed some tabs/whitespaces in test. NFC.
llvm-svn: 324074
Diffstat (limited to 'llvm/test/CodeGen/ARM')
| -rw-r--r-- | llvm/test/CodeGen/ARM/fmacs.ll | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/llvm/test/CodeGen/ARM/fmacs.ll b/llvm/test/CodeGen/ARM/fmacs.ll index 6f8c0fe13c9..aa492708c0b 100644 --- a/llvm/test/CodeGen/ARM/fmacs.ll +++ b/llvm/test/CodeGen/ARM/fmacs.ll @@ -15,8 +15,8 @@ entry: ; A8-LABEL: t1: ; A8: vmul.f32 ; A8: vadd.f32 - %0 = fmul float %a, %b - %1 = fadd float %acc, %0 + %0 = fmul float %a, %b + %1 = fadd float %acc, %0 ret float %1 } @@ -31,8 +31,8 @@ entry: ; A8-LABEL: t2: ; A8: vmul.f64 ; A8: vadd.f64 - %0 = fmul double %a, %b - %1 = fadd double %acc, %0 + %0 = fmul double %a, %b + %1 = fadd double %acc, %0 ret double %1 } @@ -47,8 +47,8 @@ entry: ; A8-LABEL: t3: ; A8: vmul.f32 ; A8: vadd.f32 - %0 = fmul float %a, %b - %1 = fadd float %0, %acc + %0 = fmul float %a, %b + %1 = fadd float %0, %acc ret float %1 } |

