File tree Expand file tree Collapse file tree 3 files changed +0
-15
lines changed
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 3 files changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -76,11 +76,6 @@ private module Cached {
76
76
exists ( OldInstruction oldInstruction | instruction = Chi ( oldInstruction ) |
77
77
Alias:: getResultMemoryLocation ( oldInstruction ) .getVirtualVariable ( ) instanceof
78
78
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 ) )
84
79
)
85
80
or
86
81
exists ( Alias:: MemoryLocation location |
Original file line number Diff line number Diff line change @@ -76,11 +76,6 @@ private module Cached {
76
76
exists ( OldInstruction oldInstruction | instruction = Chi ( oldInstruction ) |
77
77
Alias:: getResultMemoryLocation ( oldInstruction ) .getVirtualVariable ( ) instanceof
78
78
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 ) )
84
79
)
85
80
or
86
81
exists ( Alias:: MemoryLocation location |
Original file line number Diff line number Diff line change @@ -76,11 +76,6 @@ private module Cached {
76
76
exists ( OldInstruction oldInstruction | instruction = Chi ( oldInstruction ) |
77
77
Alias:: getResultMemoryLocation ( oldInstruction ) .getVirtualVariable ( ) instanceof
78
78
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 ) )
84
79
)
85
80
or
86
81
exists ( Alias:: MemoryLocation location |
You can’t perform that action at this time.
0 commit comments