forked from OSchip/llvm-project
parent
2ed745a905
commit
e80bf1b33a
|
@ -14,7 +14,7 @@
|
|||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "PowerPC.h"
|
||||
#include "PowerPCInstrBuilder.h"
|
||||
#include "PPCInstrBuilder.h"
|
||||
#include "PPC32InstrInfo.h"
|
||||
#include "PPC32TargetMachine.h"
|
||||
#include "PPC32ISelLowering.h"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue