[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCBranchSelector.cpp PPCISelPattern.cpp PPCRegisterInfo.cpp
Chris Lattner
lattner at cs.uiuc.edu
Fri Oct 14 16:45:54 PDT 2005
Changes in directory llvm/lib/Target/PowerPC:
PPCBranchSelector.cpp updated: 1.16 -> 1.17
PPCISelPattern.cpp updated: 1.184 -> 1.185
PPCRegisterInfo.cpp updated: 1.30 -> 1.31
---
Log message:
Rename PowerPCInstrBuilder.h -> PPC*
---
Diffs of the changes: (+3 -3)
PPCBranchSelector.cpp | 2 +-
PPCISelPattern.cpp | 2 +-
PPCRegisterInfo.cpp | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
Index: llvm/lib/Target/PowerPC/PPCBranchSelector.cpp
diff -u llvm/lib/Target/PowerPC/PPCBranchSelector.cpp:1.16 llvm/lib/Target/PowerPC/PPCBranchSelector.cpp:1.17
--- llvm/lib/Target/PowerPC/PPCBranchSelector.cpp:1.16 Fri Oct 14 17:44:13 2005
+++ llvm/lib/Target/PowerPC/PPCBranchSelector.cpp Fri Oct 14 18:45:43 2005
@@ -17,7 +17,7 @@
#define DEBUG_TYPE "bsel"
#include "PowerPC.h"
-#include "PowerPCInstrBuilder.h"
+#include "PPCInstrBuilder.h"
#include "PPC32InstrInfo.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/Support/Debug.h"
Index: llvm/lib/Target/PowerPC/PPCISelPattern.cpp
diff -u llvm/lib/Target/PowerPC/PPCISelPattern.cpp:1.184 llvm/lib/Target/PowerPC/PPCISelPattern.cpp:1.185
--- llvm/lib/Target/PowerPC/PPCISelPattern.cpp:1.184 Fri Oct 14 17:44:13 2005
+++ llvm/lib/Target/PowerPC/PPCISelPattern.cpp Fri Oct 14 18:45:43 2005
@@ -14,7 +14,7 @@
//===----------------------------------------------------------------------===//
#include "PowerPC.h"
-#include "PowerPCInstrBuilder.h"
+#include "PPCInstrBuilder.h"
#include "PPC32InstrInfo.h"
#include "PPC32TargetMachine.h"
#include "PPC32ISelLowering.h"
Index: llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp
diff -u llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp:1.30 llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp:1.31
--- llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp:1.30 Fri Oct 14 18:37:35 2005
+++ llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp Fri Oct 14 18:45:43 2005
@@ -13,7 +13,7 @@
#define DEBUG_TYPE "reginfo"
#include "PowerPC.h"
-#include "PowerPCInstrBuilder.h"
+#include "PPCInstrBuilder.h"
#include "PPC32RegisterInfo.h"
#include "llvm/Constants.h"
#include "llvm/Type.h"
More information about the llvm-commits
mailing list