diff options
author | Chris Lattner <sabre@nondot.org> | 2002-10-28 02:28:39 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-10-28 02:28:39 +0000 |
commit | 0be79c6c1bc4fca31599f396528511506e3a1378 (patch) | |
tree | 5ca57375c56468e32f8b437fc23241294bfb510d /lib/CodeGen/MachineInstrAnnot.cpp | |
parent | 67e4132caa08f15973d7e64e7dc04fe81994011e (diff) |
Add #includes now that MachineInstr.h doesn't include llvm/Target/MachineInstrInfo.h
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4327 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/MachineInstrAnnot.cpp')
-rw-r--r-- | lib/CodeGen/MachineInstrAnnot.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/MachineInstrAnnot.cpp b/lib/CodeGen/MachineInstrAnnot.cpp index ef064450ed..b4809a6be8 100644 --- a/lib/CodeGen/MachineInstrAnnot.cpp +++ b/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")); |