Skip to content

Commit 12e0185

Browse files
committed
C++: Sync identical files.
1 parent 7197216 commit 12e0185

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/SsaImplCommon.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ private predicate dominatesPredecessor(BasicBlock bb1, BasicBlock bb2) {
156156
}
157157

158158
/** Holds if `df` is in the dominance frontier of `bb`. */
159+
pragma[noinline]
159160
private predicate inDominanceFrontier(BasicBlock bb, BasicBlock df) {
160161
dominatesPredecessor(bb, df) and
161162
not strictlyDominates(bb, df)

0 commit comments

Comments
 (0)