File tree Expand file tree Collapse file tree
cpp/ql/src/semmle/code/cpp/ir/implementation
csharp/ql/src/semmle/code/csharp/ir/implementation/unaliased_ssa/internal Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -76,11 +76,6 @@ private module Cached {
7676 exists ( OldInstruction oldInstruction | instruction = Chi ( oldInstruction ) |
7777 Alias:: getResultMemoryLocation ( oldInstruction ) .getVirtualVariable ( ) instanceof
7878 Alias:: AliasedVirtualVariable
79- or
80- // If there is no memory location for a memory result, then it's unmodeled
81- // and therefore conflated with every other unmodeled instruction.
82- oldInstruction .hasMemoryResult ( ) and
83- not exists ( Alias:: getResultMemoryLocation ( oldInstruction ) )
8479 )
8580 or
8681 exists ( Alias:: MemoryLocation location |
Original file line number Diff line number Diff line change @@ -76,11 +76,6 @@ private module Cached {
7676 exists ( OldInstruction oldInstruction | instruction = Chi ( oldInstruction ) |
7777 Alias:: getResultMemoryLocation ( oldInstruction ) .getVirtualVariable ( ) instanceof
7878 Alias:: AliasedVirtualVariable
79- or
80- // If there is no memory location for a memory result, then it's unmodeled
81- // and therefore conflated with every other unmodeled instruction.
82- oldInstruction .hasMemoryResult ( ) and
83- not exists ( Alias:: getResultMemoryLocation ( oldInstruction ) )
8479 )
8580 or
8681 exists ( Alias:: MemoryLocation location |
Original file line number Diff line number Diff line change @@ -76,11 +76,6 @@ private module Cached {
7676 exists ( OldInstruction oldInstruction | instruction = Chi ( oldInstruction ) |
7777 Alias:: getResultMemoryLocation ( oldInstruction ) .getVirtualVariable ( ) instanceof
7878 Alias:: AliasedVirtualVariable
79- or
80- // If there is no memory location for a memory result, then it's unmodeled
81- // and therefore conflated with every other unmodeled instruction.
82- oldInstruction .hasMemoryResult ( ) and
83- not exists ( Alias:: getResultMemoryLocation ( oldInstruction ) )
8479 )
8580 or
8681 exists ( Alias:: MemoryLocation location |
You can’t perform that action at this time.
0 commit comments