missing (unreachable) return added
This commit is contained in:
parent
9947006682
commit
cba885edbe
|
@ -199,6 +199,7 @@ public:
|
|||
{
|
||||
for(int i = 0; i < f->VN(); ++i) if(v==f->V(i)) return i;
|
||||
assert(0);
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue