Move MachineMemOperand's constructor out of line, to avoid a
authorDan Gohman <gohman@apple.com>
Mon, 7 Jul 2008 20:32:02 +0000 (20:32 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 7 Jul 2008 20:32:02 +0000 (20:32 +0000)
commitce42e404a26454f4332c2c350c75ad27bbbb16f7
tree963759cb056d1b4abff08335907a5f7e19af8538
parent2d97918ce9a41cbcb97ea5dfaaf740a0e833861a
Move MachineMemOperand's constructor out of line, to avoid a
#include dependency on Support/MathExtras.h in the header file.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53200 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MachineMemOperand.h
lib/CodeGen/MachineInstr.cpp