Add an UNSPEC_PROLOGUE_USE to prevent the link register from being considered dead.
[official-gcc.git] / libf2c / libF77 / d_tanh.c
blobdf81ea0df22eabc6d761dfc1cdabf07f5587f361
1 #include "f2c.h"
3 #undef abs
4 #include <math.h>
5 double
6 d_tanh (doublereal * x)
8 return (tanh (*x));