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 | e0c3c18802214211ac5d3074375c0922783f3a49 (patch) | |
tree | ec691aec09640d546a2c3dd9aaba154ce7409e83 /llvm/lib/CodeGen/MachineCodeForInstruction.cpp | |
parent | 90ecb9283845a7c3a9bd034208c03fc29f37591a (diff) | |
download | bcm5719-llvm-e0c3c18802214211ac5d3074375c0922783f3a49.tar.gz bcm5719-llvm-e0c3c18802214211ac5d3074375c0922783f3a49.zip |
Add back #include I messed up
llvm-svn: 12009
Diffstat (limited to 'llvm/lib/CodeGen/MachineCodeForInstruction.cpp')
-rw-r--r-- | llvm/lib/CodeGen/MachineCodeForInstruction.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/MachineCodeForInstruction.cpp b/llvm/lib/CodeGen/MachineCodeForInstruction.cpp index da9819c552d..8bf1c4129a4 100644 --- a/llvm/lib/CodeGen/MachineCodeForInstruction.cpp +++ b/llvm/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; |