Skip to content

Commit 052ab9c

Browse files
committed
fix test case
1 parent 4be317e commit 052ab9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/X86/llvm.tan.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ define double @use_tanf64(double %a) {
3535
define fp128 @use_tanfp128(fp128 %a) {
3636
; CHECK-LABEL: use_tanfp128:
3737
; CHECK: # %bb.0:
38-
; CHECK-NEXT: jmp tanl@PLT # TAILCALL
38+
; CHECK-NEXT: jmp tanf128@PLT # TAILCALL
3939
%x = call fp128 @llvm.tan.f128(fp128 %a)
4040
ret fp128 %x
4141
}

0 commit comments

Comments
 (0)