mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-01 03:30:34 +00:00
6741642: bad enum definition in ciTypeFlow.hpp
Reviewed-by: rasbold, martin
This commit is contained in:
parent
fe1d1630dc
commit
2697216f3a
@ -127,7 +127,7 @@ public:
|
||||
|
||||
// Used as a combined index for locals and temps
|
||||
enum Cell {
|
||||
Cell_0
|
||||
Cell_0, Cell_max = INT_MAX
|
||||
};
|
||||
|
||||
// A StateVector summarizes the type information at some
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user