On Mon, Feb 18, 2013 at 05:27:28PM +0100, Vincent Lejeune wrote:
Reviewed-by: Tom Stellard <thomas.stell...@amd.com> > --- > lib/Target/R600/R600Instructions.td | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/lib/Target/R600/R600Instructions.td > b/lib/Target/R600/R600Instructions.td > index 0a777f1..74106c9 100644 > --- a/lib/Target/R600/R600Instructions.td > +++ b/lib/Target/R600/R600Instructions.td > @@ -1587,6 +1587,7 @@ def PRED_X : InstR600 < > (ins R600_Reg32:$src0, i32imm:$src1, i32imm:$flags), > "", [], NullALU> { > let FlagOperandIdx = 3; > + let isTerminator = 1; > } > > let isTerminator = 1, isBranch = 1, isBarrier = 1 in { > -- > 1.8.1.2 > > _______________________________________________ > mesa-dev mailing list > mesa-dev@lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/mesa-dev _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev