From: Matt Arsenault Date: Mon, 23 Mar 2015 18:45:20 +0000 (+0000) Subject: R600/SI: Remove cond operand to VOPCX classes X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3aaa5548e3084a037be1c047413e6f802aadcf02;p=llvm R600/SI: Remove cond operand to VOPCX classes It isn't used, and these will probably never be directly selected. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232986 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/R600/SIInstrInfo.td b/lib/Target/R600/SIInstrInfo.td index 86e10826cf2..910ee075c30 100644 --- a/lib/Target/R600/SIInstrInfo.td +++ b/lib/Target/R600/SIInstrInfo.td @@ -1340,17 +1340,17 @@ multiclass VOPCX : VOPCInst ; -multiclass VOPCX_F32 : - VOPCX ; +multiclass VOPCX_F32 : + VOPCX ; -multiclass VOPCX_F64 : - VOPCX ; +multiclass VOPCX_F64 : + VOPCX ; -multiclass VOPCX_I32 : - VOPCX ; +multiclass VOPCX_I32 : + VOPCX ; -multiclass VOPCX_I64 : - VOPCX ; +multiclass VOPCX_I64 : + VOPCX ; multiclass VOP3_Helper pat, int NumSrcArgs, bit HasMods> : VOP3_m <