C++: Rename from 'getAllocation' to 'getAnAllocation'.

This commit is contained in:
Mathias Vorreiter Pedersen
2024-07-02 09:38:32 +01:00
parent 0b84329e8c
commit c5c4f08bea
4 changed files with 17 additions and 12 deletions

View File

@@ -56,7 +56,7 @@ module UnaliasedSsa {
not memLocation.getVirtualVariable() instanceof AliasedVirtualVariable and
not memLocation instanceof AllNonLocalMemory and
tag = "ussa" and
not ignoreAllocation(memLocation.getAllocation().getAllocationString()) and
not ignoreAllocation(memLocation.getAnAllocation().getAllocationString()) and
value = memLocation.toString() and
element = instr.toString() and
location = instr.getLocation() and