We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85ba7fc commit 02039a1Copy full SHA for 02039a1
test/SILOptimizer/copyforward.sil
@@ -269,10 +269,10 @@ bb0(%0 : $*T):
269
return %t : $()
270
}
271
272
-//CHECK-LABEL: branch
+//CHECK-LABEL: xbranch
273
//CHECK-NOT: copy_addr
274
//CHECK: return
275
-sil hidden @branch : $@convention(thin) <T> (@in T, Bool) -> () {
+sil hidden @xbranch : $@convention(thin) <T> (@in T, Bool) -> () {
276
bb0(%0 : $*T, %1 : $Bool):
277
%2 = struct_extract %1 : $Bool, #Bool._value // user: %3
278
cond_br %2, bb1, bb2 // id: %3
0 commit comments