[llvm-commits] CVS: llvm/lib/CodeGen/MachineCodeForInstruction.cpp

Chris Lattner lattner at cs.uiuc.edu
Sun Feb 29 15:41:01 PST 2004


Changes in directory llvm/lib/CodeGen:

MachineCodeForInstruction.cpp updated: 1.14 -> 1.15

---
Log message:

Add back #include I messed up


---
Diffs of the changes:  (+1 -0)

Index: llvm/lib/CodeGen/MachineCodeForInstruction.cpp
diff -u llvm/lib/CodeGen/MachineCodeForInstruction.cpp:1.14 llvm/lib/CodeGen/MachineCodeForInstruction.cpp:1.15
--- llvm/lib/CodeGen/MachineCodeForInstruction.cpp:1.14	Sun Feb 29 15:03:08 2004
+++ llvm/lib/CodeGen/MachineCodeForInstruction.cpp	Sun Feb 29 15:40:53 2004
@@ -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;
 





More information about the llvm-commits mailing list