Skip to content

Commit 5ed0222

Browse files
committed
C++: Sync identical files.
1 parent f351558 commit 5ed0222

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

cpp/ql/lib/semmle/code/cpp/ir/implementation/raw/gvn/ValueNumbering.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ class ValueNumber extends TValueNumber {
5151
/**
5252
* Gets an `Operand` whose definition is exact and has this value number.
5353
*/
54+
pragma[nomagic]
5455
final Operand getAUse() { this = valueNumber(result.getDef()) }
5556

5657
final string getKind() {

cpp/ql/lib/semmle/code/cpp/ir/implementation/unaliased_ssa/gvn/ValueNumbering.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ class ValueNumber extends TValueNumber {
5151
/**
5252
* Gets an `Operand` whose definition is exact and has this value number.
5353
*/
54+
pragma[nomagic]
5455
final Operand getAUse() { this = valueNumber(result.getDef()) }
5556

5657
final string getKind() {

0 commit comments

Comments
 (0)