From b8a683696fe155e9efafad83e75ba5637f850e5f Mon Sep 17 00:00:00 2001 From: Sanjay Patel Date: Fri, 14 Dec 2018 18:47:04 +0000 Subject: [PATCH] [ARM] make test immune to scalarization improvements; NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@349177 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/ARM/debug-info-qreg.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/CodeGen/ARM/debug-info-qreg.ll b/test/CodeGen/ARM/debug-info-qreg.ll index fa4d79c604a..67628dd2a3a 100644 --- a/test/CodeGen/ARM/debug-info-qreg.ll +++ b/test/CodeGen/ARM/debug-info-qreg.ll @@ -17,12 +17,12 @@ target triple = "thumbv7-apple-macosx10.6.7" declare <4 x float> @test0001(float) nounwind readnone ssp -define i32 @main(i32 %argc, i8** nocapture %argv, <4 x float> %x) nounwind ssp !dbg !10 { +define i32 @main(i32 %argc, i8** nocapture %argv, <4 x float> %x, <4 x float> %y) nounwind ssp !dbg !10 { entry: br label %for.body9 for.body9: ; preds = %for.body9, %entry - %add19 = fadd <4 x float> %x, , !dbg !39 + %add19 = fadd <4 x float> %x, %y, !dbg !39 br i1 undef, label %for.end54, label %for.body9, !dbg !44 for.end54: ; preds = %for.body9 -- 2.50.1