[llvm-commits] [llvm] r106893 - in /llvm/trunk: include/llvm/Target/ lib/CodeGen/SelectionDAG/ lib/Target/ARM/ lib/Target/CellSPU/ lib/Target/PowerPC/ lib/Target/X86/ lib/Transforms/Scalar/ lib/Transforms/Utils/ test/CodeGen/X86/

Chris Lattner clattner at apple.com
Sat Jun 26 10:02:05 PDT 2010


On Jun 25, 2010, at 2:55 PM, Dale Johannesen wrote:

> Author: johannes
> Date: Fri Jun 25 16:55:36 2010
> New Revision: 106893
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=106893&view=rev
> Log:
> The hasMemory argument is irrelevant to how the argument
> for an "i" constraint should get lowered; PR 6309.  While
> this argument was passed around a lot, this is the only
> place it was used, so it goes away from a lot of other
> places.
> 

nice cleanup!

-Chris



More information about the llvm-commits mailing list