[llvm-commits] [llvm-gcc-4.2] r84829 - /llvm-gcc-4.2/trunk/gcc/llvm-convert.cpp
Rafael Espindola
espindola at google.com
Thu Oct 22 06:44:53 PDT 2009
> this is awful. Was there something wrong with Rafael's proposed patch from the
> PR?
It looks a bit like my first attempt at fixing it.
The following patches tried to change both the function definition and
the function call. The problem with them is that we would produce
different outputs at -O0 and -O1. The warning would show up in strange
combinations like -O0 + opt and probably -O0 + lto.
I haven't looked at the bug for some time, but I am OK with both solutions.
> Ciao,
>
> Duncan.
Cheers,
--
Rafael Ávila de Espíndola
More information about the llvm-commits
mailing list