Skip to content

Commit 91c38a5

Browse files
formatting
1 parent dd6cb8c commit 91c38a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/NVPTX/NVPTXInstrInfo.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2029,7 +2029,7 @@ multiclass ST_VEC<DAGOperand O, bit support_v8 = false> {
20292029
(outs),
20302030
(ins O:$src1, O:$src2, O:$src3, O:$src4,
20312031
O:$src5, O:$src6, O:$src7, O:$src8,
2032-
AtomicCode:$sem, AtomicCode:$scope, AtomicCode:$addsp, i32imm:$fromWidth,
2032+
AtomicCode:$sem, AtomicCode:$scope, AtomicCode:$addsp, i32imm:$fromWidth,
20332033
ADDR:$addr),
20342034
"st${sem:sem}${scope:scope}${addsp:addsp}.v8.b$fromWidth "
20352035
"\t[$addr], "

0 commit comments

Comments
 (0)