diff options
author | Sam Parker <sam.parker@arm.com> | 2016-10-27 10:43:02 +0000 |
---|---|---|
committer | Sam Parker <sam.parker@arm.com> | 2016-10-27 10:43:02 +0000 |
commit | 09947a3155723ce3dba976262f9e131d775f8196 (patch) | |
tree | 35d1aa000f4f9def33a67d3b15de46535d0f93da /llvm/test/CodeGen/ARM/longMAC.ll | |
parent | 17cd3752b8092c73f600c7eeb090b786365a61d2 (diff) | |
download | bcm5719-llvm-09947a3155723ce3dba976262f9e131d775f8196.tar.gz bcm5719-llvm-09947a3155723ce3dba976262f9e131d775f8196.zip |
[ARM] Add newline char to test.
Missed a newline in the previous commit.
Differential Revision: https://reviews.llvm.org/D26027
llvm-svn: 285280
Diffstat (limited to 'llvm/test/CodeGen/ARM/longMAC.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/longMAC.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/longMAC.ll b/llvm/test/CodeGen/ARM/longMAC.ll index 066ceb7d96c..80cb5096c03 100644 --- a/llvm/test/CodeGen/ARM/longMAC.ll +++ b/llvm/test/CodeGen/ARM/longMAC.ll @@ -224,7 +224,8 @@ define i64 @MACLongTest10(i32 %lhs, i32 %rhs, i32 %lo, i32 %hi) { ;CHECK-V7M-THUMB-NOT: umaal %conv = zext i32 %lhs to i64 %conv1 = zext i32 %rhs to i64 - %mul = mul nuw i64 %conv1, %conv %conv2 = zext i32 %lo to i64 + %mul = mul nuw i64 %conv1, %conv + %conv2 = zext i32 %lo to i64 %conv3 = zext i32 %hi to i64 %add = add i64 %conv2, %conv3 %add2 = add i64 %add, %mul |