[llvm-commits] [llvm-gcc-4.2] r49228 - /llvm-gcc-4.2/trunk/gcc/llvm-abi.h

Devang Patel dpatel at apple.com
Fri Apr 4 14:05:01 PDT 2008


On Apr 4, 2008, at 12:58 PM, Duncan Sands wrote:

> Hi Devang,
>
>> +  else if (Size <= 32)
>> +    return IntegerType::get(255);
>
> are you sure you don't want 256 not 255?  That's how it
> was in the original code.

oops. fixed.
-
Devang
>
>
> Ciao,
>
> Duncan.




More information about the llvm-commits mailing list