Skip to content

Commit 2f8d717

Browse files
committed
C++: Disable standard order for 'convertsIntoArgumentRev'.
1 parent 0469df1 commit 2f8d717

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/SsaInternalsCommon.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -565,6 +565,7 @@ private module Cached {
565565
)
566566
}
567567

568+
pragma[assume_small_delta]
568569
private predicate convertsIntoArgumentRev(Instruction instr) {
569570
convertsIntoArgumentFwd(instr) and
570571
(

0 commit comments

Comments
 (0)