Skip to content

Commit ab2d143

Browse files
committed
Fix IRGen test case
Don't look for the function attribute reference
1 parent f8ffbc5 commit ab2d143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IRGen/multi_payload_shifting.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ enum Node {
2424
case sequence(Sequence)
2525
}
2626

27-
// CHECK: define internal i32 @"$s22multi_payload_shifting4NodeOwet"(%swift.opaque* noalias %value, i32 %numEmptyCases, %swift.type* %Node) #9 {
27+
// CHECK: define internal i32 @"$s22multi_payload_shifting4NodeOwet"(%swift.opaque* noalias %value, i32 %numEmptyCases, %swift.type* %Node)
2828
// CHECK: [[ADDR:%.*]] = getelementptr inbounds { i64, i64, i64, i8 }, { i64, i64, i64, i8 }* {{.*}}, i32 0, i32 3
2929
// CHECK: [[BYTE:%.*]] = load i8, i8* [[ADDR]]
3030
// Make sure we zext before we shift.

0 commit comments

Comments
 (0)