8006887: Comment about LIR_OprDesc.value in c1_LIR.hpp is incorrect
Pointer bit description corrected Reviewed-by: kvn, dlong
This commit is contained in:
parent
ea04c5cfb3
commit
b24fe21f43
@ -196,8 +196,8 @@ class LIR_OprDesc: public CompilationResourceObj {
|
|||||||
// data opr-type opr-kind
|
// data opr-type opr-kind
|
||||||
// +--------------+-------+-------+
|
// +--------------+-------+-------+
|
||||||
// [max...........|7 6 5 4|3 2 1 0]
|
// [max...........|7 6 5 4|3 2 1 0]
|
||||||
// ^
|
// ^
|
||||||
// is_pointer bit
|
// is_pointer bit
|
||||||
//
|
//
|
||||||
// lowest bit cleared, means it is a structure pointer
|
// lowest bit cleared, means it is a structure pointer
|
||||||
// we need 4 bits to represent types
|
// we need 4 bits to represent types
|
||||||
|
Loading…
Reference in New Issue
Block a user