Skip to content

Commit a682358

Browse files
authored
Merge pull request #67185 from meg-gupta/fixcheckjumpthread
[NFC] Fix check lines in jumpthreadtest.swift
2 parents 3512196 + 1109fa8 commit a682358

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_s5UInt8VTgq5Tf4nd_n :
8+
// CHECK: [[FUNC:%.*]] = function_ref @$ss17FixedWidthIntegerPsE15_truncatingInityxqd__SzRd__lFZs6UInt64V_s5UInt8VTgmq5 :
99
// CHECK: apply [[FUNC]]
1010
// CHECK-NOT: bb1
1111
// CHECK-LABEL: } // end sil function '$s14jumpthreadtest3fooys6UInt64Vs5UInt8VF'

0 commit comments

Comments
 (0)