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