Minor code cleanup.

This commit is contained in:
Achim D. Brucker 2016-09-15 16:00:25 +01:00
parent 192b94f9ba
commit 84f99dc778
1 changed files with 1 additions and 1 deletions

View File

@ -336,7 +336,7 @@ public class AnalysisUtil {
for(BasicBlockInContext<IExplodedBasicBlock> bbic : sgNodes.values()) {
SSAInstruction inst = bbic.getLastInstruction();
if(inst != null && inst instanceof SSAConditionalBranchInstruction) {
log.debug("conditional branch instruction: " + inst.toString());
log.debug("conditional branch instruction: " + inst);
list.add(inst);
}
}