Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
formatting 2
Browse files Browse the repository at this point in the history
  • Loading branch information
benaadams committed Oct 13, 2016
1 parent e23d6d0 commit 4bce457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jit/flowgraph.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5761,7 +5761,7 @@ void Compiler::fgFindBasicBlocks()
}

// If fgFindJumpTargets marked this as "no return" there really should be no BBJ_RETURN blocks in the method
assert((retBlocks == 0 && ((impInlineInfo->iciCall->gtCallMoreFlags & GTF_CALL_M_DOES_NOT_RETURN) ==
assert((retBlocks == 0 && ((impInlineInfo->iciCall->gtCallMoreFlags & GTF_CALL_M_DOES_NOT_RETURN) ==
GTF_CALL_M_DOES_NOT_RETURN)) ||
(retBlocks >= 1 && ((impInlineInfo->iciCall->gtCallMoreFlags & GTF_CALL_M_DOES_NOT_RETURN) == 0)));

Expand Down

0 comments on commit 4bce457

Please sign in to comment.