[llvm-commits] CVS: llvm/lib/CodeGen/PreOpts/PreSelection.cpp
Chris Lattner
lattner at cs.uiuc.edu
Tue Jan 14 15:59:06 PST 2003
Changes in directory llvm/lib/CodeGen/PreOpts:
PreSelection.cpp updated: 1.6 -> 1.7
---
Log message:
Rename MachineInstrInfo -> TargetInstrInfo
---
Diffs of the changes:
Index: llvm/lib/CodeGen/PreOpts/PreSelection.cpp
diff -u llvm/lib/CodeGen/PreOpts/PreSelection.cpp:1.6 llvm/lib/CodeGen/PreOpts/PreSelection.cpp:1.7
--- llvm/lib/CodeGen/PreOpts/PreSelection.cpp:1.6 Tue Jan 14 14:32:10 2003
+++ llvm/lib/CodeGen/PreOpts/PreSelection.cpp Tue Jan 14 15:58:48 2003
@@ -10,7 +10,7 @@
#include "llvm/CodeGen/PreSelection.h"
#include "llvm/Target/TargetMachine.h"
-#include "llvm/Target/MachineInstrInfo.h"
+#include "llvm/Target/TargetInstrInfo.h"
#include "llvm/Transforms/Scalar.h"
#include "llvm/Support/InstVisitor.h"
#include "llvm/Module.h"
More information about the llvm-commits
mailing list