diff options
author | Tom Stellard <[email protected]> | 2012-06-05 20:48:41 -0400 |
---|---|---|
committer | Tom Stellard <[email protected]> | 2012-06-06 13:46:04 -0400 |
commit | edceed1b9a46c4a92a6113e8b1c5d2433568143d (patch) | |
tree | 3220523e4f4808ef1d9d5da5a57daadd244d57ce /src/gallium/drivers/radeon/AMDILInstrInfo.h | |
parent | f81e4663a766e71e907886640327abea4a0d78e2 (diff) |
radeon/llvm: Remove AMDIL MOVE* instructions
Diffstat (limited to 'src/gallium/drivers/radeon/AMDILInstrInfo.h')
-rw-r--r-- | src/gallium/drivers/radeon/AMDILInstrInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/radeon/AMDILInstrInfo.h b/src/gallium/drivers/radeon/AMDILInstrInfo.h index 7ea88348a9a..bff729b4685 100644 --- a/src/gallium/drivers/radeon/AMDILInstrInfo.h +++ b/src/gallium/drivers/radeon/AMDILInstrInfo.h @@ -77,7 +77,7 @@ public: virtual void copyPhysReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI, DebugLoc DL, unsigned DestReg, unsigned SrcReg, - bool KillSrc) const; + bool KillSrc) const = 0; void storeRegToStackSlot(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI, |