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 9ae62c9 commit f0bf59cCopy full SHA for f0bf59c
llvm/test/CodeGen/X86/tailcc-fastisel.ll
@@ -6,7 +6,7 @@
6
define tailcc ptr @"visit_array_aux<`Reference>"(%0 %arg, i32 %arg1) nounwind {
7
fail: ; preds = %entry
8
%tmp20 = tail call tailcc ptr @"visit_array_aux<`Reference>"(%0 %arg, i32 undef) ; <ptr> [#uses=1]
9
-; DARWIN64: jmp "_visit_array_aux<`Reference>" # TAILCALL
+; DARWIN64: jmp "_visit_array_aux<`Reference>" ## TAILCALL
10
; UEFI64: jmp "visit_array_aux<`Reference>" # TAILCALL
11
ret ptr %tmp20
12
}
0 commit comments