Move the include of MachineLocation.h into MachineModuleInfo.h
authorDan Gohman <gohman@apple.com>
Thu, 16 Oct 2008 00:20:14 +0000 (00:20 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 16 Oct 2008 00:20:14 +0000 (00:20 +0000)
commit7ddcadc7ee18b8e4edd3524d2a24837688880233
tree33fa2ea67d9286e2724bf36ebcec99c701dc2e7c
parent254a8860570b2624752b079b4a3e37b0942a888a
Move the include of MachineLocation.h into MachineModuleInfo.h
because it declares a std::vector<MachineMove>, and strict
concept checking requires the definition of MachineMove to be
available.

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