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

Commit 9de5dcd

Browse files
committed
Removing an incorrect assert from emitInsBinary
1 parent a191099 commit 9de5dcd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/jit/emitxarch.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3033,7 +3033,6 @@ regNumber emitter::emitInsBinary(instruction ins, emitAttr attr, GenTree* dst, G
30333033
offset = 0;
30343034

30353035
// Ensure that all the GenTreeIndir values are set to their defaults.
3036-
assert(memBase->gtRegNum == REG_NA);
30373036
assert(!memIndir->HasIndex());
30383037
assert(memIndir->Scale() == 1);
30393038
assert(memIndir->Offset() == 0);

0 commit comments

Comments
 (0)