R600/SI: Don't print scc reg in sopc assembly string
authorTom Stellard <thomas.stellard@amd.com>
Thu, 12 Mar 2015 21:34:28 +0000 (21:34 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Thu, 12 Mar 2015 21:34:28 +0000 (21:34 +0000)
This is how the proprietary driver prints sopc instructions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232106 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/R600/SIInstrInfo.td

index 4967da3ec8ce85710812b1f0d35f0ba26769a9a7..b557b06801853d3cfab9a53e763a32e3bfdceae7 100644 (file)
@@ -521,7 +521,7 @@ multiclass SOP2_64_32 <sop2 op, string opName, list<dag> pattern> : SOP2_m <
 class SOPC_Helper <bits<7> op, RegisterOperand rc, ValueType vt,
                     string opName, PatLeaf cond> : SOPC <
   op, (outs SCCReg:$dst), (ins rc:$src0, rc:$src1),
-  opName#" $dst, $src0, $src1", []>;
+  opName#" $src0, $src1", []>;
 
 class SOPC_32<bits<7> op, string opName, PatLeaf cond = COND_NULL>
   : SOPC_Helper<op, SSrc_32, i32, opName, cond>;