[llvm-commits] [llvm] r47096 - in /llvm/trunk: include/llvm/CodeGen/ include/llvm/Target/ lib/CodeGen/SelectionDAG/ lib/Target/ARM/ lib/Target/CellSPU/ lib/Target/PowerPC/ lib/Target/Sparc/ lib/Target/X86/

Chris Lattner clattner at apple.com
Wed Feb 13 15:15:08 PST 2008


On Feb 13, 2008, at 2:28 PM, Dan Gohman wrote:

> Author: djg
> Date: Wed Feb 13 16:28:48 2008
> New Revision: 47096
>
> URL: http://llvm.org/viewvc/llvm-project?rev=47096&view=rev
> Log:
> Simplify some logic in ComputeMaskedBits. And change ComputeMaskedBits
> to pass the mask APInt by value, not by reference.

Thanks Dan!

-Chris



More information about the llvm-commits mailing list