summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineModuleInfo.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-10-16 00:20:14 +0000
committerDan Gohman <gohman@apple.com>2008-10-16 00:20:14 +0000
commit6613991eae1df0ab5b433e28e4b681279b451cdd (patch)
tree4f92550034a82e64f1f7292375fc41da0b1dc17f /llvm/lib/CodeGen/MachineModuleInfo.cpp
parent986c9bbe594b69293e121eef14360f9552edd0e1 (diff)
downloadbcm5719-llvm-6613991eae1df0ab5b433e28e4b681279b451cdd.tar.gz
bcm5719-llvm-6613991eae1df0ab5b433e28e4b681279b451cdd.zip
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. llvm-svn: 57617
Diffstat (limited to 'llvm/lib/CodeGen/MachineModuleInfo.cpp')
-rw-r--r--llvm/lib/CodeGen/MachineModuleInfo.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MachineModuleInfo.cpp b/llvm/lib/CodeGen/MachineModuleInfo.cpp
index a83da0a232a..4b64901bd4e 100644
--- a/llvm/lib/CodeGen/MachineModuleInfo.cpp
+++ b/llvm/lib/CodeGen/MachineModuleInfo.cpp
@@ -13,7 +13,6 @@
#include "llvm/Analysis/ValueTracking.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineFunction.h"
-#include "llvm/CodeGen/MachineLocation.h"
#include "llvm/CodeGen/Passes.h"
#include "llvm/Target/TargetInstrInfo.h"
#include "llvm/Target/TargetMachine.h"
OpenPOWER on IntegriCloud