[llvm-commits] [llvm] r53195 - /llvm/trunk/include/llvm/CodeGen/MachineMemOperand.h
Chris Lattner
clattner at apple.com
Mon Jul 7 13:10:25 PDT 2008
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?
-Chris
More information about the llvm-commits
mailing list