File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
cpp/ql/src/semmle/code/cpp/ir/implementation
csharp/ql/src/experimental/ir/implementation/unaliased_ssa/internal Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -856,7 +856,8 @@ private module CachedForDebugging {
856856 exists ( Alias:: MemoryLocation location , OldBlock phiBlock , string specificity |
857857 instr = getPhi ( phiBlock , location ) and
858858 result =
859- "Phi Block(" + phiBlock .getFirstInstruction ( ) .getUniqueId ( ) + ")[" + specificity + "]: " + location .getUniqueId ( ) and
859+ "Phi Block(" + phiBlock .getFirstInstruction ( ) .getUniqueId ( ) + ")[" + specificity + "]: " +
860+ location .getUniqueId ( ) and
860861 if location instanceof Alias:: VirtualVariable
861862 then
862863 // Sort Phi nodes for virtual variables before Phi nodes for member locations.
Original file line number Diff line number Diff line change @@ -856,7 +856,8 @@ private module CachedForDebugging {
856856 exists ( Alias:: MemoryLocation location , OldBlock phiBlock , string specificity |
857857 instr = getPhi ( phiBlock , location ) and
858858 result =
859- "Phi Block(" + phiBlock .getFirstInstruction ( ) .getUniqueId ( ) + ")[" + specificity + "]: " + location .getUniqueId ( ) and
859+ "Phi Block(" + phiBlock .getFirstInstruction ( ) .getUniqueId ( ) + ")[" + specificity + "]: " +
860+ location .getUniqueId ( ) and
860861 if location instanceof Alias:: VirtualVariable
861862 then
862863 // Sort Phi nodes for virtual variables before Phi nodes for member locations.
Original file line number Diff line number Diff line change @@ -856,7 +856,8 @@ private module CachedForDebugging {
856856 exists ( Alias:: MemoryLocation location , OldBlock phiBlock , string specificity |
857857 instr = getPhi ( phiBlock , location ) and
858858 result =
859- "Phi Block(" + phiBlock .getFirstInstruction ( ) .getUniqueId ( ) + ")[" + specificity + "]: " + location .getUniqueId ( ) and
859+ "Phi Block(" + phiBlock .getFirstInstruction ( ) .getUniqueId ( ) + ")[" + specificity + "]: " +
860+ location .getUniqueId ( ) and
860861 if location instanceof Alias:: VirtualVariable
861862 then
862863 // Sort Phi nodes for virtual variables before Phi nodes for member locations.
You can’t perform that action at this time.
0 commit comments