OSDN Git Service

Add back #include I messed up
authorChris Lattner <sabre@nondot.org>
Sun, 29 Feb 2004 21:40:53 +0000 (21:40 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 29 Feb 2004 21:40:53 +0000 (21:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12009 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/MachineCodeForInstruction.cpp

index da9819c..8bf1c41 100644 (file)
@@ -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;