mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
6741642: bad enum definition in ciTypeFlow.hpp
Reviewed-by: rasbold, martin
This commit is contained in:
parent
fe1d1630dc
commit
2697216f3a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue