Skip to content

Commit 098b3ea

Browse files
committed
Fix tanhf128
1 parent f010b58 commit 098b3ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/IR/RuntimeLibcalls.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -882,7 +882,7 @@ def exp10f128 : RuntimeLibcallImpl<EXP10_F128>;
882882
def sinf128 : RuntimeLibcallImpl<SIN_F128>;
883883
def cosf128 : RuntimeLibcallImpl<COS_F128>;
884884
def tanf128 : RuntimeLibcallImpl<TAN_F128>;
885-
def tanhf128 : RuntimeLibcallImpl<TAN_F128>;
885+
def tanhf128 : RuntimeLibcallImpl<TANH_F128>;
886886
def sincosf128 : RuntimeLibcallImpl<SINCOS_F128>;
887887
def powf128 : RuntimeLibcallImpl<POW_F128>;
888888
def fminf128 : RuntimeLibcallImpl<FMIN_F128>;

0 commit comments

Comments
 (0)