We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 722d689 commit f8bd25eCopy full SHA for f8bd25e
llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
@@ -3361,8 +3361,8 @@ void SelectionDAGBuilder::visitInvoke(const InvokeInst &I) {
3361
LowerStatepoint(cast<GCStatepointInst>(I), EHPadBB);
3362
break;
3363
// 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.
+ // but these intrinsics are special because they can be invoked, so we
+ // manually lower it to a DAG node here.
3366
case Intrinsic::wasm_throw: {
3367
const TargetLowering &TLI = DAG.getTargetLoweringInfo();
3368
std::array<SDValue, 4> Ops = {
0 commit comments