From 09947a3155723ce3dba976262f9e131d775f8196 Mon Sep 17 00:00:00 2001 From: Sam Parker Date: Thu, 27 Oct 2016 10:43:02 +0000 Subject: [PATCH] [ARM] Add newline char to test. Missed a newline in the previous commit. Differential Revision: https://reviews.llvm.org/D26027 llvm-svn: 285280 --- llvm/test/CodeGen/ARM/longMAC.ll | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/llvm/test/CodeGen/ARM/longMAC.ll b/llvm/test/CodeGen/ARM/longMAC.ll index 066ceb7..80cb509 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 -- 2.7.4