From: Justin Holewinski Date: Fri, 23 Sep 2011 16:50:35 +0000 (+0000) Subject: PTX: Fix another 80-column violation X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d7070fe6df8133ad3ea3943a2513d10694ee2040;p=oota-llvm.git PTX: Fix another 80-column violation git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140387 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/PTX/PTXInstrInfo.td b/lib/Target/PTX/PTXInstrInfo.td index 56845e61093..f43d1a17df2 100644 --- a/lib/Target/PTX/PTXInstrInfo.td +++ b/lib/Target/PTX/PTXInstrInfo.td @@ -612,7 +612,8 @@ multiclass PTX_LD_ALL { defm f64 : PTX_LD; } -multiclass PTX_ST { +multiclass PTX_ST { def rr32 : InstPTX<(outs), (ins RC:$d, MEMri32:$a), !strconcat(opstr, !strconcat(typestr, "\t[$a], $d")),