[llvm-commits] [llvm] r49056 - /llvm/trunk/lib/Transforms/Scalar/LoopIndexSplit.cpp

Dan Gohman gohman at apple.com
Wed Apr 2 09:54:47 PDT 2008


On Apr 2, 2008, at 7:52 AM, David Greene wrote:
> On Tuesday 01 April 2008 17:55, Owen Anderson wrote:
>> David,
>>
>> This is breaking the build.  Please fix.
>
> What's happening with the build?  I didn't see any problems before
> I committed it.

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?

Dan





More information about the llvm-commits mailing list