diff options
author | Tom Stellard <[email protected]> | 2012-08-21 17:48:14 +0000 |
---|---|---|
committer | Tom Stellard <[email protected]> | 2012-08-23 15:00:48 +0000 |
commit | 90bd1d52bbf95947955a66ec67f5f6c7dc87119a (patch) | |
tree | 10f19ae1120867e64a4bb3509610c304f397e3b6 /src/gallium/drivers/radeon/R600InstrInfo.h | |
parent | 235318a578b3d7772a60590c7e76791ed6d1a78e (diff) |
radeon/llvm: Use the MCCodeEmitter for R600
Diffstat (limited to 'src/gallium/drivers/radeon/R600InstrInfo.h')
-rw-r--r-- | src/gallium/drivers/radeon/R600InstrInfo.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/radeon/R600InstrInfo.h b/src/gallium/drivers/radeon/R600InstrInfo.h index 9bc534f2d0b..08228b6f42a 100644 --- a/src/gallium/drivers/radeon/R600InstrInfo.h +++ b/src/gallium/drivers/radeon/R600InstrInfo.h @@ -47,10 +47,8 @@ namespace llvm { bool isTrig(const MachineInstr &MI) const; bool isPlaceHolderOpcode(unsigned opcode) const; - bool isTexOp(unsigned opcode) const; bool isReductionOp(unsigned opcode) const; bool isCubeOp(unsigned opcode) const; - bool isFCOp(unsigned opcode) const; /// isVector - Vector instructions are instructions that must fill all /// instruction slots within an instruction group. |