[llvm-commits] CVS: llvm/lib/CodeGen/InstrSelection/InstrSelection.cpp InstrSelectionSupport.cpp
Chris Lattner
lattner at cs.uiuc.edu
Sat Dec 28 21:14:06 PST 2002
Changes in directory llvm/lib/CodeGen/InstrSelection:
InstrSelection.cpp updated: 1.54 -> 1.55
InstrSelectionSupport.cpp updated: 1.40 -> 1.41
---
Log message:
More renamings of Target/Machine*Info to Target/Target*Info
---
Diffs of the changes:
Index: llvm/lib/CodeGen/InstrSelection/InstrSelection.cpp
diff -u llvm/lib/CodeGen/InstrSelection/InstrSelection.cpp:1.54 llvm/lib/CodeGen/InstrSelection/InstrSelection.cpp:1.55
--- llvm/lib/CodeGen/InstrSelection/InstrSelection.cpp:1.54 Fri Nov 8 18:49:16 2002
+++ llvm/lib/CodeGen/InstrSelection/InstrSelection.cpp Sat Dec 28 21:12:57 2002
@@ -12,7 +12,7 @@
#include "llvm/CodeGen/InstrForest.h"
#include "llvm/CodeGen/MachineCodeForInstruction.h"
#include "llvm/CodeGen/MachineFunction.h"
-#include "llvm/Target/MachineRegInfo.h"
+#include "llvm/Target/TargetRegInfo.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Function.h"
#include "llvm/iPHINode.h"
Index: llvm/lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp
diff -u llvm/lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp:1.40 llvm/lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp:1.41
--- llvm/lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp:1.40 Tue Oct 29 11:25:41 2002
+++ llvm/lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp Sat Dec 28 21:12:57 2002
@@ -13,7 +13,7 @@
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/InstrForest.h"
#include "llvm/Target/TargetMachine.h"
-#include "llvm/Target/MachineRegInfo.h"
+#include "llvm/Target/TargetRegInfo.h"
#include "llvm/Target/MachineInstrInfo.h"
#include "llvm/Constants.h"
#include "llvm/Function.h"
More information about the llvm-commits
mailing list