Rename PowerPCInstrBuilder.h -> PPC*

llvm-svn: 23742
This commit is contained in:
Chris Lattner 2005-10-14 23:45:43 +00:00
parent 2ed745a905
commit e80bf1b33a
4 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@
//===----------------------------------------------------------------------===//
#include "PowerPC.h"
#include "PowerPCInstrBuilder.h"
#include "PPCInstrBuilder.h"
#include "PPC32InstrInfo.h"
#include "PPC32TargetMachine.h"
#include "PPC32ISelLowering.h"

View File

@ -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"

View File

@ -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"