mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
Merge pull request #5851 from github/alexet/patch
Use only_bind_out to force a good join order.
This commit is contained in:
@@ -387,7 +387,8 @@ private module Internal {
|
||||
result = this.getAStaticTarget()
|
||||
or
|
||||
result.getUnboundDeclaration() =
|
||||
this.getASubsumedStaticTarget0(Gvn::getGlobalValueNumber(result.getDeclaringType()))
|
||||
this.getASubsumedStaticTarget0(pragma[only_bind_out](Gvn::getGlobalValueNumber(result
|
||||
.getDeclaringType())))
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user