[llvm-commits] [llvm] r53195 - /llvm/trunk/include/llvm/CodeGen/MachineMemOperand.h
Dan Gohman
gohman at apple.com
Mon Jul 7 13:32:43 PDT 2008
On Jul 7, 2008, at 1:10 PM, Chris Lattner wrote:
> On Jul 7, 2008, at 1:05 PM, Dan Gohman wrote:
>> URL: http://llvm.org/viewvc/llvm-project?rev=53195&view=rev
>> Log:
>> Shrink MachineMemOperand by storing the alignment in log form
>> and rearranging the fields.
>
>>
>> +#include "llvm/Support/MathExtras.h"
>
> Hey Dan,
>
> Would it be reasonable to move the ctor out of line to avoid the
> #include?
Sure, done.
Dan
More information about the llvm-commits
mailing list