Skip to content

Commit 5d9f948

Browse files
aheejindschuff
andauthored
Update llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
Co-authored-by: Derek Schuff <[email protected]>
1 parent 614293e commit 5d9f948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3361,7 +3361,7 @@ 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 this intrinsic is special because it can be invoked, so we manually
3364+
// but these intrinsics are special because they can be invoked, so we manually
33653365
// lower it to a DAG node here.
33663366
case Intrinsic::wasm_throw: {
33673367
const TargetLowering &TLI = DAG.getTargetLoweringInfo();

0 commit comments

Comments
 (0)