remove overly conservative assertion

This commit is contained in:
Julian Dolby 2018-06-22 07:26:38 -04:00
parent b1b09684bd
commit 4de0ed876d
1 changed files with 1 additions and 1 deletions

View File

@ -775,7 +775,7 @@ public abstract class AstSSAPropagationCallGraphBuilder extends SSAPropagationCa
result.add(x.next());
}
} else {
Assertions.UNREACHABLE("unexpected instance key " + iKey);
//Assertions.UNREACHABLE("unexpected instance key " + iKey);
}
});
}