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

Eric Christopher echristo at apple.com
Mon Jun 29 14:29:10 PDT 2009


On Jun 29, 2009, at 2:24 PM, Owen Anderson wrote:

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

typo?

The only other true1 I see is in combine.

-eric



More information about the llvm-commits mailing list