Skip to content

Commit 9ae62c9

Browse files
committed
fix formatting in test.
1 parent f29b935 commit 9ae62c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
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
10-
; UEFI64: jmp "visit_array_aux<`Reference>" # TAILCALL
9+
; DARWIN64: jmp "_visit_array_aux<`Reference>" # TAILCALL
10+
; UEFI64: jmp "visit_array_aux<`Reference>" # TAILCALL
1111
ret ptr %tmp20
1212
}
1313

0 commit comments

Comments
 (0)