Sometimes the bamboo compiler produces the following sequence that should be optimized away. ``` PUSH32 (Int 2) SLOAD PUSH32 (Int 2) SSTORE ``` https://travis-ci.org/pirapira/bamboo/builds/374552530#L4451