Re: [llvm-commits] Support VIEW_CONVERT_EXPR in TreeConstantToLLVM::Convert
Applied, thanks! -Chris On Jan 15, 2007, at 7:11 AM, Duncan Sands wrote: > Ignore the type change - constants don't care. > > Index: gcc/llvm-convert.cpp > === > --- gcc/llvm-convert.cpp (revision 248) > +++ gcc/llvm-convert.cp
[llvm-commits] Support VIEW_CONVERT_EXPR in TreeConstantToLLVM::Convert
Ignore the type change - constants don't care. Index: gcc/llvm-convert.cpp === --- gcc/llvm-convert.cpp(revision 248) +++ gcc/llvm-convert.cpp(working copy) @@ -4260,6 +4380,7 @@ case PLUS_EXPR: case MINUS_EXPR: