From caa7274fefbcf941505811023f885e83fee6541e Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Fri, 16 May 2014 20:56:43 +0000 Subject: [PATCH] R600/SI: Remove unused instruction llvm-svn: 209025 --- lib/Target/R600/SIInstructions.td | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lib/Target/R600/SIInstructions.td b/lib/Target/R600/SIInstructions.td index 482295c26e7..66166a12e6f 100644 --- a/lib/Target/R600/SIInstructions.td +++ b/lib/Target/R600/SIInstructions.td @@ -1407,13 +1407,6 @@ def V_OR_I1 : InstSI < [(set i1:$dst, (or i1:$src0, i1:$src1))] >; -def LOAD_CONST : AMDGPUShaderInst < - (outs GPRF32:$dst), - (ins i32imm:$src), - "LOAD_CONST $dst, $src", - [(set GPRF32:$dst, (int_AMDGPU_load_const imm:$src))] ->; - // SI pseudo instructions. These are used by the CFG structurizer pass // and should be lowered to ISA instructions prior to codegen.