[llvm-commits] [llvm-gcc-4.2] r49228 - /llvm-gcc-4.2/trunk/gcc/llvm-abi.h
Duncan Sands
baldrick at free.fr
Fri Apr 4 12:58:14 PDT 2008
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.
Ciao,
Duncan.
More information about the llvm-commits
mailing list