diff options
Diffstat (limited to 'src/gallium/drivers/radeon/AMDILInstrInfo.cpp')
-rw-r--r-- | src/gallium/drivers/radeon/AMDILInstrInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/radeon/AMDILInstrInfo.cpp b/src/gallium/drivers/radeon/AMDILInstrInfo.cpp index cd2fb48209c..8e27ae3433a 100644 --- a/src/gallium/drivers/radeon/AMDILInstrInfo.cpp +++ b/src/gallium/drivers/radeon/AMDILInstrInfo.cpp @@ -26,7 +26,7 @@ using namespace llvm; -AMDILInstrInfo::AMDILInstrInfo(AMDILTargetMachine &tm) +AMDILInstrInfo::AMDILInstrInfo(TargetMachine &tm) : AMDILGenInstrInfo(AMDIL::ADJCALLSTACKDOWN, AMDIL::ADJCALLSTACKUP), RI(tm, *this), TM(tm) { |