@@ -47,5 +47,5 @@
bool empty() const {
return predMap[target] != INVALID;
return predMap[target] == INVALID;
}