All jump support code paths tested. Thanks @CJentzsch.

This commit is contained in:
Paweł Bylica 2015-01-08 11:41:53 +01:00
parent 5b4e1300a8
commit 035c3760e0

View file

@ -599,7 +599,6 @@ void Compiler::compileBasicBlock(BasicBlock& _basicBlock, bytes const& _bytecode
} }
else else
{ {
UNTESTED;
stack.push(target); stack.push(target);
m_builder.CreateCondBr(cond, getJumpTableBlock(), _nextBasicBlock); m_builder.CreateCondBr(cond, getJumpTableBlock(), _nextBasicBlock);
} }