Skip to content

Commit f6a49bf

Browse files
committed
Delete unnecessary and incorrect assert
1 parent d80a69a commit f6a49bf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/coreclr/jit/codegencommon.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7342,8 +7342,6 @@ void CodeGen::genIPmappingUpdateForRemovedInstruction(emitLocation loc, unsigned
73427342
IPmappingDsc& prev = compiler->genIPmappings.back();
73437343
if (prev.ipmdNativeLoc == loc)
73447344
{
7345-
assert(prev.ipmdKind == IPmappingDscKind::Normal);
7346-
73477345
#ifdef DEBUG
73487346
if (verbose)
73497347
{

0 commit comments

Comments
 (0)