[llvm-commits] CVS: llvm/lib/CodeGen/PostOpts/PeepholeOpts.cpp
Chris Lattner
lattner at cs.uiuc.edu
Sat Dec 28 20:51:06 PST 2002
Changes in directory llvm/lib/CodeGen/PostOpts:
PeepholeOpts.cpp updated: 1.4 -> 1.5
---
Log message:
Rename MachineOptInfo to TargetoptInfo
Rename MachineCacheInfo to TargetCacheInfo
---
Diffs of the changes:
Index: llvm/lib/CodeGen/PostOpts/PeepholeOpts.cpp
diff -u llvm/lib/CodeGen/PostOpts/PeepholeOpts.cpp:1.4 llvm/lib/CodeGen/PostOpts/PeepholeOpts.cpp:1.5
--- llvm/lib/CodeGen/PostOpts/PeepholeOpts.cpp:1.4 Mon Oct 28 14:00:31 2002
+++ llvm/lib/CodeGen/PostOpts/PeepholeOpts.cpp Sat Dec 28 20:50:29 2002
@@ -10,7 +10,7 @@
#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Target/MachineInstrInfo.h"
-#include "llvm/Target/MachineOptInfo.h"
+#include "llvm/Target/TargetOptInfo.h"
#include "llvm/BasicBlock.h"
#include "llvm/Pass.h"
More information about the llvm-commits
mailing list