[llvm-commits] [llvm] r58856 - /llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
Dale Johannesen
dalej at apple.com
Fri Nov 7 12:57:22 PST 2008
On Nov 7, 2008, at 11:59 AMPST, Duncan Sands wrote:
> Hi Dale, thanks for finding and fixing this!
No prob, by the time I had the assembly analyzed I knew exactly what I
was looking for, easiest to just fix it.
>> 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 ;)
Lame.:)
More information about the llvm-commits
mailing list