[llvm-commits] Fix regression on vector code

2007-01-20 Thread Chris Lattner
This fixes test/CFrontend/2007-01-20-VectorICE.c This is a short-term fix that reverts a recent part of the merge from apple gcc head. I will track down the real problem shortly. Patch here: === --- convert.c (revision 122668)

Re: [llvm-commits] Fix regression on vector code

2007-01-20 Thread Chris Lattner
On Jan 20, 2007, at 4:57 PM, Chris Lattner wrote: This fixes test/CFrontend/2007-01-20-VectorICE.c This is a short-term fix that reverts a recent part of the merge from apple gcc head. I will track down the real problem shortly. Patch here: