Skip to content

Commit bf75d15

Browse files
committed
Update the emitter to take advantage of the new insFlags
1 parent fdb0aaf commit bf75d15

File tree

3 files changed

+170
-545
lines changed

3 files changed

+170
-545
lines changed

src/coreclr/jit/emit.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1109,7 +1109,7 @@ class emitter
11091109
}
11101110
#endif // TARGET_LOONGARCH64
11111111

1112-
emitAttr idOpSize()
1112+
emitAttr idOpSize() const
11131113
{
11141114
return emitDecodeSize(_idOpSize);
11151115
}

0 commit comments

Comments
 (0)