commit | ec7c1ab1dafa0fdb383d0e6df4726cecb4c88c70 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sat Oct 16 18:21:33 2004 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sat Oct 16 18:21:33 2004 +0000 |
tree | 4050bba6a75b892bc23a261065c5f1c1afc3a51a | |
parent | bd1d382cc47dfc43ee758714bc22ab5a750bad15 [diff] [blame] |
Add support for unreachable git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17056 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/ExecutionEngine/Interpreter/Interpreter.h b/lib/ExecutionEngine/Interpreter/Interpreter.h index d6e590d..e146135 100644 --- a/lib/ExecutionEngine/Interpreter/Interpreter.h +++ b/lib/ExecutionEngine/Interpreter/Interpreter.h
@@ -145,6 +145,7 @@ void visitCallInst(CallInst &I) { visitCallSite (CallSite (&I)); } void visitInvokeInst(InvokeInst &I) { visitCallSite (CallSite (&I)); } void visitUnwindInst(UnwindInst &I); + void visitUnreachableInst(UnreachableInst &I); void visitShl(ShiftInst &I); void visitShr(ShiftInst &I);