Skip to content

Commit

Permalink
Update the emitter to take advantage of the new insFlags
Browse files Browse the repository at this point in the history
  • Loading branch information
tannergooding committed Mar 15, 2023
1 parent fdb0aaf commit bf75d15
Show file tree
Hide file tree
Showing 3 changed files with 170 additions and 545 deletions.
2 changes: 1 addition & 1 deletion src/coreclr/jit/emit.h
Original file line number Diff line number Diff line change
Expand Up @@ -1109,7 +1109,7 @@ class emitter
}
#endif // TARGET_LOONGARCH64

emitAttr idOpSize()
emitAttr idOpSize() const
{
return emitDecodeSize(_idOpSize);
}
Expand Down
Loading

0 comments on commit bf75d15

Please sign in to comment.