C++: Fix PR feedback

This commit is contained in:
Dave Bartolomeo
2021-04-12 18:21:05 -04:00
parent 697b2dcde8
commit afd2f58f9f

View File

@@ -495,10 +495,8 @@ class TranslatedSideEffect extends TranslatedElement, TTranslatedArgumentSideEff
override Instruction getFirstInstruction() { result = getInstruction(OnlyInstructionTag()) }
override predicate hasInstruction(Opcode opcode, InstructionTag tag, CppType type) {
(
tag = OnlyInstructionTag() and
opcode = sideEffectOpcode
) and
tag = OnlyInstructionTag() and
opcode = sideEffectOpcode and
(
isWrite() and
(