From 3aaa5548e3084a037be1c047413e6f802aadcf02 Mon Sep 17 00:00:00 2001 From: Matt Arsenault Date: Mon, 23 Mar 2015 18:45:20 +0000 Subject: [PATCH] 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 --- lib/Target/R600/SIInstrInfo.td | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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 < -- 2.34.1