diff options
Diffstat (limited to 'src/gallium/drivers/radeon/AMDILInstrInfo.h')
-rw-r--r-- | src/gallium/drivers/radeon/AMDILInstrInfo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/radeon/AMDILInstrInfo.h b/src/gallium/drivers/radeon/AMDILInstrInfo.h index 4121246e6f9..9de16ed8e59 100644 --- a/src/gallium/drivers/radeon/AMDILInstrInfo.h +++ b/src/gallium/drivers/radeon/AMDILInstrInfo.h @@ -28,12 +28,12 @@ namespace llvm { class AMDILInstrInfo : public AMDILGenInstrInfo { private: const AMDILRegisterInfo RI; - AMDILTargetMachine &TM; + TargetMachine &TM; bool getNextBranchInstr(MachineBasicBlock::iterator &iter, MachineBasicBlock &MBB) const; unsigned int getBranchInstr(const MachineOperand &op) const; public: - explicit AMDILInstrInfo(AMDILTargetMachine &tm); + explicit AMDILInstrInfo(TargetMachine &tm); // getRegisterInfo - TargetInstrInfo is a superset of MRegister info. As // such, whenever a client has an instance of instruction info, it should |