[llvm-commits] [llvm] r113983 - in /llvm/trunk: lib/Target/ARM/ARMBaseInstrInfo.cpp test/CodeGen/ARM/arm-and-tst-peephole.ll

Jakob Stoklund Olesen stoklund at 2pi.dk
Wed Sep 15 15:05:57 PDT 2010


	
On Sep 15, 2010, at 10:12 AM, Bob Wilson wrote:

> Author: bwilson
> Date: Wed Sep 15 12:12:08 2010
> New Revision: 113983
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=113983&view=rev
> Log:
> Reapply Gabor's 113839, 113840, and 113876 with a fix for a problem
> encountered while building llvm-gcc for arm.  This is probably the same issue
> that the ppc buildbot hit. llvm::prior works on a MachineBasicBlock::iterator,
> not a plain MachineInstr.

Thanks, Bob!

The ppc buildbot now made it past both test.llvm.stage1 and test.llvm.stage2. I isn't finished yet, but it looks like it will go green.

/jakob





More information about the llvm-commits mailing list