summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-02-29 21:40:53 +0000
committerChris Lattner <sabre@nondot.org>2004-02-29 21:40:53 +0000
commitc81295ab24ab3ea3d8203f4b798fa05c1b602a96 (patch)
tree89d4b860d0739fcc5d78f884eb5fccdd25fd2376
parente8d43fdced3432405ae8cbacc4b1ff2b7bc49e14 (diff)
downloadllvm-c81295ab24ab3ea3d8203f4b798fa05c1b602a96.tar.gz
llvm-c81295ab24ab3ea3d8203f4b798fa05c1b602a96.tar.bz2
llvm-c81295ab24ab3ea3d8203f4b798fa05c1b602a96.tar.xz
Add back #include I messed up
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12009 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/CodeGen/MachineCodeForInstruction.cpp1
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;