[llvm-commits] [llvm] r134699 - /llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp

Eli Friedman eli.friedman at gmail.com
Fri Jul 8 08:56:52 PDT 2011


On Fri, Jul 8, 2011 at 5:08 AM, Benjamin Kramer
<benny.kra at googlemail.com> wrote:
> Author: d0k
> Date: Fri Jul  8 07:08:24 2011
> New Revision: 134699
>
> URL: http://llvm.org/viewvc/llvm-project?rev=134699&view=rev
> Log:
> Apparently we can't expect a BinaryOperator here.

Yes... the naming is a bit deceptive.  You can expect an SDivOperator,
but not a BinaryOperator.

-Eli




More information about the llvm-commits mailing list