[llvm-commits] CVS: llvm/lib/CodeGen/MachineInstrAnnot.cpp
Chris Lattner
lattner at cs.uiuc.edu
Sun Feb 29 13:15:07 PST 2004
Changes in directory llvm/lib/CodeGen:
MachineInstrAnnot.cpp updated: 1.11 -> 1.12
---
Log message:
Move the private MachineInstrAnnot.h into a private directory.
---
Diffs of the changes: (+1 -1)
Index: llvm/lib/CodeGen/MachineInstrAnnot.cpp
diff -u llvm/lib/CodeGen/MachineInstrAnnot.cpp:1.11 llvm/lib/CodeGen/MachineInstrAnnot.cpp:1.12
--- llvm/lib/CodeGen/MachineInstrAnnot.cpp:1.11 Mon Feb 23 12:38:20 2004
+++ llvm/lib/CodeGen/MachineInstrAnnot.cpp Sun Feb 29 13:12:51 2004
@@ -12,7 +12,7 @@
//
//===----------------------------------------------------------------------===//
-#include "llvm/CodeGen/MachineInstrAnnot.h"
+#include "../Target/SparcV9/MachineInstrAnnot.h"
#include "llvm/CodeGen/InstrSelection.h"
#include "llvm/CodeGen/MachineCodeForInstruction.h"
#include "llvm/iOther.h"
More information about the llvm-commits
mailing list