summaryrefslogtreecommitdiff
path: root/src/compiler_llvm/method_compiler.h
diff options
context:
space:
mode:
author jeffhao <jeffhao@google.com> 2012-08-30 16:17:40 -0700
committer jeffhao <jeffhao@google.com> 2012-08-31 10:49:06 -0700
commit9a4f003f9a6da8e4c6ee279bd2a13aac37648183 (patch)
treece78afe7c842c8ff99d52c0a09bfe758d67d037f /src/compiler_llvm/method_compiler.h
parentcfb21d92796087963c092b69110a2e7ff7a03a55 (diff)
Remove the THROW_VERIFICATION_ERROR op and supporting code.
Change-Id: Idc40a2c379048c7e3d74f50b2bd765a507a417ce
Diffstat (limited to 'src/compiler_llvm/method_compiler.h')
-rw-r--r--src/compiler_llvm/method_compiler.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compiler_llvm/method_compiler.h b/src/compiler_llvm/method_compiler.h
index 9b207c3b44..d54be6b564 100644
--- a/src/compiler_llvm/method_compiler.h
+++ b/src/compiler_llvm/method_compiler.h
@@ -147,7 +147,6 @@ class MethodCompiler {
// MOVE_EXCEPTION, THROW instructions
void EmitInsn_MoveException(GEN_INSN_ARGS);
void EmitInsn_ThrowException(GEN_INSN_ARGS);
- void EmitInsn_ThrowVerificationError(GEN_INSN_ARGS);
// RETURN instructions
void EmitInsn_ReturnVoid(GEN_INSN_ARGS);