[llvm-commits] [llvm] r49056 - /llvm/trunk/lib/Transforms/Scalar/LoopIndexSplit.cpp
David Greene
dag at cray.com
Wed Apr 2 11:25:10 PDT 2008
On Wednesday 02 April 2008 11:54, Dan Gohman wrote:
> lib/Transforms/Scalar/LoopIndexSplit.cpp: In member function ‘virtual
> bool<unnamed>::LoopIndexSplit::runOnLoop(llvm::Loop*,
> llvm::LPPassManager&)’:
> lib/Transforms/Scalar/LoopIndexSplit.cpp:247: error: void value not
> ignored as it ought to be
> lib/Transforms/Scalar/LoopIndexSplit.cpp:258: error: void value not
> ignored as it ought to be
>
> Do you have a patch to make SmallVector's erase return an iterator
> like std::vector's?
D'oh! Fixed.
-Dave
More information about the llvm-commits
mailing list