Skip to content

Commit e76361b

Browse files
kaspersvpaldepind
authored andcommitted
C#: Disable dynamic reordering for Unification::Gvn::unifiableTypeArguments
1 parent b3a26b5 commit e76361b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

csharp/ql/lib/semmle/code/csharp/Unification.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,7 @@ module Gvn {
348348
*
349349
* `subsumes` indicates whether `arg1` in fact subsumes `arg2`.
350350
*/
351+
pragma[no_dynamic_join_order]
351352
pragma[nomagic]
352353
private predicate unifiableTypeArguments(
353354
CompoundTypeKind k, GvnTypeArgument arg1, GvnTypeArgument arg2, int i, boolean subsumes

0 commit comments

Comments
 (0)