diff options
author | Chris Lattner <sabre@nondot.org> | 2004-02-29 21:40:53 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-02-29 21:40:53 +0000 |
commit | c81295ab24ab3ea3d8203f4b798fa05c1b602a96 (patch) | |
tree | 89d4b860d0739fcc5d78f884eb5fccdd25fd2376 /lib/CodeGen/MachineCodeForInstruction.cpp | |
parent | e8d43fdced3432405ae8cbacc4b1ff2b7bc49e14 (diff) |
Add back #include I messed up
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12009 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/MachineCodeForInstruction.cpp')
-rw-r--r-- | lib/CodeGen/MachineCodeForInstruction.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/MachineCodeForInstruction.cpp b/lib/CodeGen/MachineCodeForInstruction.cpp index da9819c552..8bf1c4129a 100644 --- a/lib/CodeGen/MachineCodeForInstruction.cpp +++ b/lib/CodeGen/MachineCodeForInstruction.cpp @@ -24,6 +24,7 @@ #include "llvm/CodeGen/MachineCodeForInstruction.h" #include "llvm/CodeGen/MachineInstr.h" +#include "../Target/SparcV9/MachineInstrAnnot.h" #include "llvm/Instruction.h" using namespace llvm; |