================
@@ -882,7 +902,7 @@ def exp10f128 : RuntimeLibcallImpl<EXP10_F128>;
 def sinf128 : RuntimeLibcallImpl<SIN_F128>;
 def cosf128 : RuntimeLibcallImpl<COS_F128>;
 def tanf128 : RuntimeLibcallImpl<TAN_F128>;
-def tanhf128 : RuntimeLibcallImpl<TAN_F128>;
+def tanhf128 : RuntimeLibcallImpl<TANH_F128>;
----------------
nikic wrote:

Should probably be in the parent commit?

https://github.com/llvm/llvm-project/pull/144973
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to