mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Ruby: Sync identical files.
This commit is contained in:
@@ -169,7 +169,7 @@ pragma[noinline]
|
||||
private predicate inDefDominanceFrontier(BasicBlock bb, SourceVariable v) {
|
||||
exists(BasicBlock defbb, Definition def |
|
||||
def.definesAt(v, defbb, _) and
|
||||
inDominanceFrontier(defbb, bb)
|
||||
inDominanceFrontier(pragma[only_bind_into](defbb), bb)
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user