mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
C#: Do not inline getLeafTypeAt
This commit is contained in:
@@ -485,6 +485,7 @@ module Gvn {
|
||||
/**
|
||||
* Gets the leaf GVN inside GVN `t`, by following the path `path`, if any.
|
||||
*/
|
||||
pragma[noinline]
|
||||
private GvnType getLeafTypeAt(GvnType t, TTypePath path) {
|
||||
result = getTypeAt(t, path) and
|
||||
not result instanceof ConstructedGvnType
|
||||
|
||||
Reference in New Issue
Block a user