Skip to content

Commit 5eee766

Browse files
committed
Fix test/IRGen/abitypes.swift
1 parent 957b465 commit 5eee766

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/IRGen/abitypes.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,7 @@ class Foo {
175175
// armv7k-watchos: load ptr, ptr @"\01L_selector(newRect)", align 4
176176
// armv7k-watchos: [[RESULT:%.*]] = call [[ARMV7K_MYRECT]] @objc_msgSend
177177
// armv7k-watchos: store [[ARMV7K_MYRECT]] [[RESULT]]
178-
// armv7k-watchos: [[CAST:%.*]] = bitcast ptr
179-
// armv7k-watchos: load { float, float, float, float }, ptr [[CAST]]
178+
// armv7k-watchos: load { float, float, float, float }, ptr
180179
// armv7k-watchos: ret float
181180
func barc(_ p: StructReturns) -> Float {
182181
return p.newRect().y

0 commit comments

Comments
 (0)