summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineInstrAnnot.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-10-28 02:28:39 +0000
committerChris Lattner <sabre@nondot.org>2002-10-28 02:28:39 +0000
commit9668c8c8dbb95c649b2d0284ca5ff7640fb3f2b3 (patch)
treed8413d2682770e9e480e011aab80c1dd3cd8965c /llvm/lib/CodeGen/MachineInstrAnnot.cpp
parent6fc6ab41fe69e35386fc3a1b5d7dd2283f6e02c8 (diff)
downloadbcm5719-llvm-9668c8c8dbb95c649b2d0284ca5ff7640fb3f2b3.tar.gz
bcm5719-llvm-9668c8c8dbb95c649b2d0284ca5ff7640fb3f2b3.zip
Add #includes now that MachineInstr.h doesn't include llvm/Target/MachineInstrInfo.h
llvm-svn: 4327
Diffstat (limited to 'llvm/lib/CodeGen/MachineInstrAnnot.cpp')
-rw-r--r--llvm/lib/CodeGen/MachineInstrAnnot.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/MachineInstrAnnot.cpp b/llvm/lib/CodeGen/MachineInstrAnnot.cpp
index ef064450ed0..b4809a6be80 100644
--- a/llvm/lib/CodeGen/MachineInstrAnnot.cpp
+++ b/llvm/lib/CodeGen/MachineInstrAnnot.cpp
@@ -8,6 +8,7 @@
#include "llvm/CodeGen/MachineInstrAnnot.h"
#include "llvm/Annotation.h"
#include "llvm/iOther.h"
+#include "llvm/Type.h"
AnnotationID CallArgsDescriptor::AID(AnnotationManager::
getID("CodeGen::CallArgsDescriptor"));
OpenPOWER on IntegriCloud