[llvm-commits] [llvm-gcc-4.0] r42134 - /llvm-gcc-4.0/trunk/gcc/llvm-convert.cpp

Duncan Sands baldrick at free.fr
Wed Sep 19 07:34:29 PDT 2007


Hi Dale,

> +  case BUILT_IN_SQRTL:
> +    return false;   // treat long double as normal call
>    case BUILT_IN_SQRT: 
>    case BUILT_IN_SQRTF:
> -  case BUILT_IN_SQRTL:
>      // If errno math has been disabled, expand these to llvm.sqrt calls.

what's the problem here?

Thanks,

Duncan.



More information about the llvm-commits mailing list