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/MachineInstr.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/MachineInstr.cpp')
-rw-r--r-- | lib/CodeGen/MachineInstr.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/MachineInstr.cpp b/lib/CodeGen/MachineInstr.cpp index df633c6511..cd439e3aee 100644 --- a/lib/CodeGen/MachineInstr.cpp +++ b/lib/CodeGen/MachineInstr.cpp @@ -4,6 +4,7 @@ #include "llvm/CodeGen/MachineInstr.h" #include "llvm/Value.h" +#include "llvm/Target/MachineInstrInfo.h" // FIXME: shouldn't need this! using std::cerr; |