mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-11 16:37:42 +00:00
PTX: Fix another 80-column violation
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140387 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
75d809599b
commit
d7070fe6df
@ -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")),
|
||||
|
Loading…
x
Reference in New Issue
Block a user