Skip to content

Commit e0247a6

Browse files
authored
Merge pull request #19387 from aschwaighofer/fix_test_abi_v7k
2 parents f472888 + a29e7a1 commit e0247a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/IRGen/abi_v7k.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,10 +270,10 @@ struct MyRect4 {
270270
// double in d0, i32 in r0, return in d0,...,d3
271271
// V7K: vmov [[ID:s[0-9]+]], r0
272272
// V7K: vcvt.f64.s32 [[ID2:d[0-9]+]], [[ID]]
273-
// V7K: vstr d0, [sp]
273+
// V7K: vstr d0, [sp, #8]
274274
// V7K: vmov.f64 d0, [[ID2]]
275275
// V7K: bl
276-
// V7K: vldr [[ID3:d[0-9]+]], [sp]
276+
// V7K: vldr [[ID3:d[0-9]+]], [sp, #8]
277277
// V7K: vmov.f64 d2, [[ID3]]
278278
func testRet2(w : Double, i : Int) -> MyRect {
279279
var r = MyRect(x : Double(i), y : 2.0, w : 3.0, h : 4.0)

0 commit comments

Comments
 (0)