remove push/pop for if/else blocks

    if (boolVar) {
    }

     3  astore_1
     4  iconst_0
     5  istore_2 [boolVar]
     6  iload_2 [boolVar]  // excess from pushBooleanExpression()
     7  pop                // excess from pop()
     8  iload_2 [boolVar]
2 files changed