C++: Autoformat

This commit is contained in:
Mathias Vorreiter Pedersen
2020-02-26 12:09:21 +01:00
parent d942a3b54a
commit 1bee0ffe3b

View File

@@ -275,7 +275,7 @@ private predicate isChiForAllAliasedMemory(Instruction instr) {
or
isChiForAllAliasedMemory(instr.(ChiInstruction).getTotal())
or
isChiForAllAliasedMemory(instr.(PhiInstruction).getAnInputOperand().getAnyDef() )
isChiForAllAliasedMemory(instr.(PhiInstruction).getAnInputOperand().getAnyDef())
}
private predicate modelTaintToReturnValue(Function f, int parameterIn) {