Skip to content

Commit b8a6836

Browse files
committed
[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
1 parent dac6042 commit b8a6836

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/CodeGen/ARM/debug-info-qreg.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ target triple = "thumbv7-apple-macosx10.6.7"
1717

1818
declare <4 x float> @test0001(float) nounwind readnone ssp
1919

20-
define i32 @main(i32 %argc, i8** nocapture %argv, <4 x float> %x) nounwind ssp !dbg !10 {
20+
define i32 @main(i32 %argc, i8** nocapture %argv, <4 x float> %x, <4 x float> %y) nounwind ssp !dbg !10 {
2121
entry:
2222
br label %for.body9
2323

2424
for.body9: ; preds = %for.body9, %entry
25-
%add19 = fadd <4 x float> %x, <float 0.000000e+00, float 0.000000e+00, float 0.000000e+00, float 1.000000e+00>, !dbg !39
25+
%add19 = fadd <4 x float> %x, %y, !dbg !39
2626
br i1 undef, label %for.end54, label %for.body9, !dbg !44
2727

2828
for.end54: ; preds = %for.body9

0 commit comments

Comments
 (0)