[llvm-commits] [llvm] r120024 - in /llvm/trunk: lib/Transforms/InstCombine/InstCombine.h lib/Transforms/InstCombine/InstCombineAddSub.cpp lib/Transforms/InstCombine/InstCombineAndOrXor.cpp lib/Transforms/InstCombine/InstructionCombining.cpp test/

Duncan Sands baldrick at free.fr
Tue Nov 23 07:35:34 PST 2010


Hi Marius,

> I think you have a small error in the comment.
>
> +/// LeftDistributesOverRight - Whether "X LOp (Y ROp Z)" is always equal to
> +/// "(X LOp Y) ROp (Z LOp Z)".
>
> -->  (X LOp Y) ROp (X LOp Z)

you are correct - thanks.  Now fixed.

Ciao,

Duncan.



More information about the llvm-commits mailing list