mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-04 18:55:22 +00:00
8305112: RISC-V: Typo fix for RVC description
Reviewed-by: dholmes
This commit is contained in:
parent
7239150f8a
commit
96fa2751e8
@ -1852,13 +1852,13 @@ enum Nf {
|
||||
// versions. An example:
|
||||
//
|
||||
// CompressibleRegion cr(_masm);
|
||||
// __ add(...); // this instruction will be compressed into 'c.and' when possible
|
||||
// __ add(...); // this instruction will be compressed into 'c.add' when possible
|
||||
// {
|
||||
// IncompressibleRegion ir(_masm);
|
||||
// __ add(...); // this instruction will not be compressed
|
||||
// {
|
||||
// CompressibleRegion cr(_masm);
|
||||
// __ add(...); // this instruction will be compressed into 'c.and' when possible
|
||||
// __ add(...); // this instruction will be compressed into 'c.add' when possible
|
||||
// }
|
||||
// }
|
||||
//
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user