C++: Fix conflation bug in 'getIRRepresentationOfIndirectInstruction'.

This commit is contained in:
Mathias Vorreiter Pedersen
2023-06-09 15:20:09 +01:00
parent 5816f177c9
commit 9e9c811eb3

View File

@@ -796,7 +796,7 @@ private module Cached {
address.getDef() = instr and
isDereference(load, address) and
isUseImpl(address, _, indirectionIndex - 1) and
result = instr
result = load
)
}