[llvm-commits] [llvm-gcc-4.2] r74436 - /llvm-gcc-4.2/trunk/gcc/llvm-convert.cpp

Duncan Sands baldrick at free.fr
Mon Jun 29 12:55:21 PDT 2009


Hi Owen,

>    // We assume like gcc appears to, that this only applies to cached memory.
> -  C[4] = ConstantInt::get(Type::Int1Ty, false);
> +  C[4] = ConstantInt::get(Type::Int1Ty, true);

please update the comment!

Ciao,

Duncan.



More information about the llvm-commits mailing list