[llvm-commits] CVS: llvm/lib/Target/SparcV9/InstrSelection/InstrSelectionSupport.cpp

Chris Lattner lattner at cs.uiuc.edu
Sun Feb 29 13:13:43 PST 2004


Changes in directory llvm/lib/Target/SparcV9/InstrSelection:

InstrSelectionSupport.cpp updated: 1.64 -> 1.65

---
Log message:

Move the private MachineInstrAnnot.h into a private directory.



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

Index: llvm/lib/Target/SparcV9/InstrSelection/InstrSelectionSupport.cpp
diff -u llvm/lib/Target/SparcV9/InstrSelection/InstrSelectionSupport.cpp:1.64 llvm/lib/Target/SparcV9/InstrSelection/InstrSelectionSupport.cpp:1.65
--- llvm/lib/Target/SparcV9/InstrSelection/InstrSelectionSupport.cpp:1.64	Wed Feb 25 12:44:15 2004
+++ llvm/lib/Target/SparcV9/InstrSelection/InstrSelectionSupport.cpp	Sun Feb 29 13:12:45 2004
@@ -14,7 +14,7 @@
 
 #include "llvm/CodeGen/InstrSelectionSupport.h"
 #include "llvm/CodeGen/InstrSelection.h"
-#include "llvm/CodeGen/MachineInstrAnnot.h"
+#include "../MachineInstrAnnot.h"
 #include "llvm/CodeGen/MachineCodeForInstruction.h"
 #include "llvm/CodeGen/InstrForest.h"
 #include "llvm/Target/TargetMachine.h"





More information about the llvm-commits mailing list