Re: [llvm-commits] CVS: llvm/test/Transforms/LICM/scalar_promote.ll

2007-05-08 Thread Bill
Ah! Gotcha. On 5/8/07, Chris Lattner <[EMAIL PROTECTED]> wrote: > On May 8, 2007, at 1:10 PM, Bill wrote: > > On 5/8/07, Chris Lattner <[EMAIL PROTECTED]> wrote: > >> > >> add the & back. I'm not sure why bill removed it. > >> > > That test was failing for me last night, and it seemed like that w

Re: [llvm-commits] CVS: llvm/test/Transforms/LICM/scalar_promote.ll

2007-05-08 Thread Chris Lattner
On May 8, 2007, at 1:10 PM, Bill wrote: > On 5/8/07, Chris Lattner <[EMAIL PROTECTED]> wrote: >> >> add the & back. I'm not sure why bill removed it. >> > That test was failing for me last night, and it seemed like that was > part of the problem. Also, I didn't see the |& in other places... tcl s

Re: [llvm-commits] CVS: llvm/test/Transforms/LICM/scalar_promote.ll

2007-05-08 Thread Bill
On 5/8/07, Chris Lattner <[EMAIL PROTECTED]> wrote: > > add the & back. I'm not sure why bill removed it. > That test was failing for me last night, and it seemed like that was part of the problem. Also, I didn't see the |& in other places... Oh well. -bw