Skip to content

Commit

Permalink
Add missing break statement
Browse files Browse the repository at this point in the history
Discovered by Coverity and confirmed as legit by jnthn++
Spectested without errors
  • Loading branch information
Jan-Olof Hendig committed Aug 27, 2019
1 parent d79e7d5 commit 269b73e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/spesh/pea.c
Expand Up @@ -637,6 +637,7 @@ static MVMuint32 analyze(MVMThreadContext *tc, MVMSpeshGraph *g, GraphState *gs)
tran->prof.ins = ins;
add_transform_for_bb(tc, gs, bb, tran);
}
break;
}
case MVM_SSA_PHI: {
/* If a PHI doesn't really merge anything, and its input is
Expand Down

0 comments on commit 269b73e

Please sign in to comment.