From 90bd1d52bbf95947955a66ec67f5f6c7dc87119a Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Tue, 21 Aug 2012 17:48:14 +0000 Subject: radeon/llvm: Use the MCCodeEmitter for R600 --- src/gallium/drivers/radeon/R600InstrInfo.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/gallium/drivers/radeon/R600InstrInfo.h') 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. -- cgit v1.2.3