From: Chris Lattner Date: Fri, 14 Oct 2005 23:45:43 +0000 (+0000) Subject: Rename PowerPCInstrBuilder.h -> PPC* X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=26bd0d48a164c419462133270e3ec1c2401a34d7;p=oota-llvm.git Rename PowerPCInstrBuilder.h -> PPC* git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23742 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/PowerPC/PPCBranchSelector.cpp b/lib/Target/PowerPC/PPCBranchSelector.cpp index 4286d8a14e9..8c1d54de059 100644 --- a/lib/Target/PowerPC/PPCBranchSelector.cpp +++ b/lib/Target/PowerPC/PPCBranchSelector.cpp @@ -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" diff --git a/lib/Target/PowerPC/PPCISelPattern.cpp b/lib/Target/PowerPC/PPCISelPattern.cpp index 3cca36220b0..ddf694655e9 100644 --- a/lib/Target/PowerPC/PPCISelPattern.cpp +++ b/lib/Target/PowerPC/PPCISelPattern.cpp @@ -14,7 +14,7 @@ //===----------------------------------------------------------------------===// #include "PowerPC.h" -#include "PowerPCInstrBuilder.h" +#include "PPCInstrBuilder.h" #include "PPC32InstrInfo.h" #include "PPC32TargetMachine.h" #include "PPC32ISelLowering.h" diff --git a/lib/Target/PowerPC/PPCRegisterInfo.cpp b/lib/Target/PowerPC/PPCRegisterInfo.cpp index 4b2e5ac02c9..46ae98f118b 100644 --- a/lib/Target/PowerPC/PPCRegisterInfo.cpp +++ b/lib/Target/PowerPC/PPCRegisterInfo.cpp @@ -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"