projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8d43fd
)
Add back #include I messed up
author
Chris Lattner
<sabre@nondot.org>
Sun, 29 Feb 2004 21:40:53 +0000
(21:40 +0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/lib/CodeGen/MachineCodeForInstruction.cpp
b/lib/CodeGen/MachineCodeForInstruction.cpp
index da9819c552d2bdd9b8520fc723c9996fe8416ef6..8bf1c4129a49863a2bd0e09fc99ef6d0eb81ef0d 100644
(file)
--- 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;