Re: [llvm-commits] CVS: llvm/include/llvm/Pass.h

2007-04-26 Thread Devang Patel
On Apr 26, 2007, at 2:18 PM, Chris Lattner wrote: > From IRC: > > heisenbug: /gdm/llvm/include/llvm/Pass.h: In destructor 'virtual > llvm::Pass::~Pass()': > heisenbug: /gdm/llvm/include/llvm/Pass.h:91: warning: possible > problem detected in invocation of delete operator: > heisenbug: > /gdm/llvm

Re: [llvm-commits] CVS: llvm/include/llvm/Pass.h

2007-04-26 Thread Chris Lattner
From IRC: heisenbug: /gdm/llvm/include/llvm/Pass.h: In destructor 'virtual llvm::Pass::~Pass()': heisenbug: /gdm/llvm/include/llvm/Pass.h:91: warning: possible problem detected in invocation of delete operator: heisenbug: /gdm/llvm/include/llvm/Pass.h:91: warning: invalid use of undefined t

Re: [llvm-commits] CVS: llvm/include/llvm/Pass.h

2007-01-03 Thread Reid Spencer
On Wed, 2007-01-03 at 19:27 -0600, Devang Patel wrote: > > Changes in directory llvm/include/llvm: > > Pass.h updated: 1.67 -> 1.68 > --- > Log message: > > Enable new pass manager, which was accidentally disabled. FYI, this passed on Linux. > > > > --- > Diffs of the changes: (+2 -1) > >