From 984ad0788c54386801b185740b973c446e55d3b9 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Wed, 6 Jun 2012 20:27:47 -0400 Subject: radeon/llvm: Remove unused AMDIL TableGen definitons --- src/gallium/drivers/radeon/AMDILOperands.td | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/gallium/drivers/radeon/AMDILOperands.td') diff --git a/src/gallium/drivers/radeon/AMDILOperands.td b/src/gallium/drivers/radeon/AMDILOperands.td index b22c67bfdba..1014f95bb93 100644 --- a/src/gallium/drivers/radeon/AMDILOperands.td +++ b/src/gallium/drivers/radeon/AMDILOperands.td @@ -15,11 +15,6 @@ def MEMI32 : Operand { let MIOperandInfo = (ops GPRI32, GPRI32); } -def MEMI64 : Operand { - let PrintMethod = "printMemOperand"; - let MIOperandInfo = (ops GPRI64, GPRI64); -} - // Call target types def calltarget : Operand; def brtarget : Operand; -- cgit v1.2.3