[llvm-commits] [llvm] r58856 - /llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp

Duncan Sands duncan.sands at math.u-psud.fr
Fri Nov 7 11:59:23 PST 2008


Hi Dale, thanks for finding and fixing this!

>    case MVT::i32:
>      Parts = TwoE32;
> +    break;
>    case MVT::i64:
>      Parts = TwoE64;
> +    break;
>    case MVT::i128:
>      Parts = TwoE128;
> +    break;

In sensible languages like Ada you don't have this problem ;)

Ciao,

Duncan.



More information about the llvm-commits mailing list