Skip to content

Commit 87456cc

Browse files
committed
clang-format insists this :(
1 parent ddc2c9a commit 87456cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3370,8 +3370,8 @@ void SelectionDAGBuilder::visitInvoke(const InvokeInst &I) {
33703370
Ops.push_back(
33713371
DAG.getTargetConstant(Intrinsic::wasm_throw, getCurSDLoc(),
33723372
TLI.getPointerTy(DAG.getDataLayout())));
3373-
Ops.push_back(getValue(I.getArgOperand(0))); // tag
3374-
Ops.push_back(getValue(I.getArgOperand(1))); // thrown value
3373+
Ops.push_back(getValue(I.getArgOperand(0))); // tag
3374+
Ops.push_back(getValue(I.getArgOperand(1))); // thrown value
33753375
SDVTList VTs = DAG.getVTList(ArrayRef<EVT>({MVT::Other})); // outchain
33763376
DAG.setRoot(DAG.getNode(ISD::INTRINSIC_VOID, getCurSDLoc(), VTs, Ops));
33773377
break;

0 commit comments

Comments
 (0)