Skip to content

Commit e440737

Browse files
committed
C#: Add hasUnreachedInstruction to raw IR
1 parent 7f12f6d commit e440737

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

csharp/ql/src/experimental/ir/implementation/raw/internal/IRConstruction.qll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,8 @@ private module Cached {
414414
}
415415
}
416416

417+
predicate hasUnreachedInstruction(IRFunction func) { none() }
418+
417419
import CachedForDebugging
418420

419421
cached

0 commit comments

Comments
 (0)