Skip to content

Commit f8bd25e

Browse files
committed
80 col wrapping
1 parent 722d689 commit f8bd25e

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
@@ -3361,8 +3361,8 @@ void SelectionDAGBuilder::visitInvoke(const InvokeInst &I) {
33613361
LowerStatepoint(cast<GCStatepointInst>(I), EHPadBB);
33623362
break;
33633363
// wasm_throw, wasm_rethrow: This is usually done in visitTargetIntrinsic,
3364-
// but these intrinsics are special because they can be invoked, so we manually
3365-
// lower it to a DAG node here.
3364+
// but these intrinsics are special because they can be invoked, so we
3365+
// manually lower it to a DAG node here.
33663366
case Intrinsic::wasm_throw: {
33673367
const TargetLowering &TLI = DAG.getTargetLoweringInfo();
33683368
std::array<SDValue, 4> Ops = {

0 commit comments

Comments
 (0)