PTX: Fix another 80-column violation
authorJustin Holewinski <justin.holewinski@gmail.com>
Fri, 23 Sep 2011 16:50:35 +0000 (16:50 +0000)
committerJustin Holewinski <justin.holewinski@gmail.com>
Fri, 23 Sep 2011 16:50:35 +0000 (16:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140387 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PTX/PTXInstrInfo.td

index 56845e6109396284ec2cebc0d33e7718452f946b..f43d1a17df2ac16b277c25fe538b216719a72540 100644 (file)
@@ -612,7 +612,8 @@ multiclass PTX_LD_ALL<string opstr, PatFrag pat_load> {
   defm f64 : PTX_LD<opstr, ".f64", RegF64, pat_load>;
 }
 
-multiclass PTX_ST<string opstr, string typestr, RegisterClass RC, PatFrag pat_store> {
+multiclass PTX_ST<string opstr, string typestr, RegisterClass RC,
+                  PatFrag pat_store> {
   def rr32 : InstPTX<(outs),
                      (ins RC:$d, MEMri32:$a),
                      !strconcat(opstr, !strconcat(typestr, "\t[$a], $d")),