C#: Fix performance issue in unification library

This commit is contained in:
Tom Hvitved
2020-05-27 15:26:03 +02:00
parent fd05314b2c
commit 1c5da67cd8

View File

@@ -474,7 +474,8 @@ module Gvn {
sourceDecl = any(GenericType t).getSourceDeclaration() and
not sourceDecl instanceof PointerType and
not sourceDecl instanceof NullableType and
not sourceDecl instanceof ArrayType
not sourceDecl instanceof ArrayType and
not sourceDecl instanceof TupleType
}
cached