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 f29b935 commit 9ae62c9Copy full SHA for 9ae62c9
llvm/test/CodeGen/X86/tailcc-fastisel.ll
@@ -6,8 +6,8 @@
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
10
-; UEFI64: jmp "visit_array_aux<`Reference>" # TAILCALL
+; DARWIN64: jmp "_visit_array_aux<`Reference>" # TAILCALL
+; UEFI64: jmp "visit_array_aux<`Reference>" # TAILCALL
11
ret ptr %tmp20
12
}
13
0 commit comments