Skip to content

Commit bef5841

Browse files
authored
Merge pull request #76225 from eeckstein/fix-test
tests: fix SILOptimizer/jumpthreadtest.swift after a mangling change
2 parents a4a157c + 936eb88 commit bef5841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SILOptimizer/jumpthreadtest.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import Swift
55

66
// CHECK-LABEL: sil [noinline] @$s14jumpthreadtest3fooys6UInt64Vs5UInt8VF :
77
// CHECK: bb0
8-
// CHECK: [[FUNC:%.*]] = function_ref @$ss17FixedWidthIntegerPsE15_truncatingInityxqd__SzRd__lFZs6UInt64V_s5UInt8VTgmq5 :
8+
// CHECK: [[FUNC:%.*]] = function_ref @$ss17FixedWidthIntegerPsE15_truncatingInityxqd__SzRd__lFZs6UInt64V_s5UInt8VTt1gq5 :
99
// CHECK: apply [[FUNC]]
1010
// CHECK-NOT: bb1
1111
// CHECK-LABEL: } // end sil function '$s14jumpthreadtest3fooys6UInt64Vs5UInt8VF'

0 commit comments

Comments
 (0)