From 035c3760e0482bf882800c7b18c87a1cd9cc9648 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Thu, 8 Jan 2015 11:41:53 +0100 Subject: [PATCH] All jump support code paths tested. Thanks @CJentzsch. --- libevmjit/Compiler.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/libevmjit/Compiler.cpp b/libevmjit/Compiler.cpp index 7733321aaa..abd725c7fd 100644 --- a/libevmjit/Compiler.cpp +++ b/libevmjit/Compiler.cpp @@ -599,7 +599,6 @@ void Compiler::compileBasicBlock(BasicBlock& _basicBlock, bytes const& _bytecode } else { - UNTESTED; stack.push(target); m_builder.CreateCondBr(cond, getJumpTableBlock(), _nextBasicBlock); }