diff options
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r-- | llvm/lib/Target/PowerPC/PPC32ISelPattern.cpp | 2 | ||||
-rw-r--r-- | llvm/lib/Target/PowerPC/PPC32RegisterInfo.cpp | 2 | ||||
-rw-r--r-- | llvm/lib/Target/PowerPC/PPCInstrBuilder.h (renamed from llvm/lib/Target/PowerPC/PowerPCInstrBuilder.h) | 0 | ||||
-rw-r--r-- | llvm/lib/Target/PowerPC/PowerPCBranchSelector.cpp | 2 |
4 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/Target/PowerPC/PPC32ISelPattern.cpp b/llvm/lib/Target/PowerPC/PPC32ISelPattern.cpp index 3cca36220b0..ddf694655e9 100644 --- a/llvm/lib/Target/PowerPC/PPC32ISelPattern.cpp +++ b/llvm/lib/Target/PowerPC/PPC32ISelPattern.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/llvm/lib/Target/PowerPC/PPC32RegisterInfo.cpp b/llvm/lib/Target/PowerPC/PPC32RegisterInfo.cpp index 4b2e5ac02c9..46ae98f118b 100644 --- a/llvm/lib/Target/PowerPC/PPC32RegisterInfo.cpp +++ b/llvm/lib/Target/PowerPC/PPC32RegisterInfo.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" diff --git a/llvm/lib/Target/PowerPC/PowerPCInstrBuilder.h b/llvm/lib/Target/PowerPC/PPCInstrBuilder.h index ab774e25535..ab774e25535 100644 --- a/llvm/lib/Target/PowerPC/PowerPCInstrBuilder.h +++ b/llvm/lib/Target/PowerPC/PPCInstrBuilder.h diff --git a/llvm/lib/Target/PowerPC/PowerPCBranchSelector.cpp b/llvm/lib/Target/PowerPC/PowerPCBranchSelector.cpp index 4286d8a14e9..8c1d54de059 100644 --- a/llvm/lib/Target/PowerPC/PowerPCBranchSelector.cpp +++ b/llvm/lib/Target/PowerPC/PowerPCBranchSelector.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" |