Skip to content

Commit a35492e

Browse files
committed
clang format
1 parent a2352f9 commit a35492e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6243,8 +6243,8 @@ static void replaceProxyReg(SDNode *N, SelectionDAG &DAG,
62436243
}
62446244

62456245
static void replaceAtomicSwap128(SDNode *N, SelectionDAG &DAG,
6246-
const NVPTXSubtarget &STI,
6247-
SmallVectorImpl<SDValue> &Results) {
6246+
const NVPTXSubtarget &STI,
6247+
SmallVectorImpl<SDValue> &Results) {
62486248
assert(N->getValueType(0) == MVT::i128 &&
62496249
"Custom lowering for atomic128 only supports i128");
62506250

0 commit comments

Comments
 (0)