Skip to content

Commit f0bf59c

Browse files
committed
Double hash for darwin.
1 parent 9ae62c9 commit f0bf59c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/X86/tailcc-fastisel.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
define tailcc ptr @"visit_array_aux<`Reference>"(%0 %arg, i32 %arg1) nounwind {
77
fail: ; preds = %entry
88
%tmp20 = tail call tailcc ptr @"visit_array_aux<`Reference>"(%0 %arg, i32 undef) ; <ptr> [#uses=1]
9-
; DARWIN64: jmp "_visit_array_aux<`Reference>" # TAILCALL
9+
; DARWIN64: jmp "_visit_array_aux<`Reference>" ## TAILCALL
1010
; UEFI64: jmp "visit_array_aux<`Reference>" # TAILCALL
1111
ret ptr %tmp20
1212
}

0 commit comments

Comments
 (0)