From 44bf8158c5973605eb3bf245e225203fb8660b0a Mon Sep 17 00:00:00 2001 From: Vincent Lejeune Date: Sun, 10 Feb 2013 17:57:33 +0000 Subject: [PATCH] Test Commit - Remove some trailing whitespace in R600Instructions.td llvm-svn: 174839 --- llvm/lib/Target/R600/R600Instructions.td | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/llvm/lib/Target/R600/R600Instructions.td b/llvm/lib/Target/R600/R600Instructions.td index 2eab765..591f66d 100644 --- a/llvm/lib/Target/R600/R600Instructions.td +++ b/llvm/lib/Target/R600/R600Instructions.td @@ -70,7 +70,7 @@ class InstFlag let PrintMethod = PM; } -// src_sel for ALU src operands, see also ALU_CONST, ALU_PARAM registers +// src_sel for ALU src operands, see also ALU_CONST, ALU_PARAM registers def SEL : OperandWithDefaultOps { let PrintMethod = "printSel"; } @@ -681,7 +681,7 @@ class ExportBufInst : InstR600ISA<( let Inst{63-32} = Word1; } -let Predicates = [isR600toCayman] in { +let Predicates = [isR600toCayman] in { //===----------------------------------------------------------------------===// // Common Instructions R600, R700, Evergreen, Cayman @@ -1199,7 +1199,7 @@ let Predicates = [isR700] in { //===----------------------------------------------------------------------===// let Predicates = [isEG] in { - + def RECIP_IEEE_eg : RECIP_IEEE_Common<0x86>; defm DIV_eg : DIV_Common; @@ -1450,7 +1450,7 @@ class VTX_READ_32_eg buffer_id, list pattern> // This is not really necessary, but there were some GPU hangs that appeared // to be caused by ALU instructions in the next instruction group that wrote - // to the $ptr registers of the VTX_READ. + // to the $ptr registers of the VTX_READ. // e.g. // %T3_X = VTX_READ_PARAM_32_eg %T2_X, 24 // %T2_X = MOV %ZERO @@ -1529,7 +1529,7 @@ defm R600_ : RegisterLoadStore ; let Predicates = [isCayman] in { -let isVector = 1 in { +let isVector = 1 in { def RECIP_IEEE_cm : RECIP_IEEE_Common<0x86>; @@ -1811,7 +1811,7 @@ def : Pat < // SGE Reverse args def : Pat < (selectcc (f32 R600_Reg32:$src0), R600_Reg32:$src1, FP_ONE, FP_ZERO, COND_LE), - (SGE R600_Reg32:$src1, R600_Reg32:$src0) + (SGE R600_Reg32:$src1, R600_Reg32:$src0) >; // SETGT_DX10 reverse args -- 2.7.4