summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-04-20 16:43:21 +0000
committerChris Lattner <sabre@nondot.org>2004-04-20 16:43:21 +0000
commit2b2d7a99befd27b1f325d36efaff2f4769c74437 (patch)
tree28fb8f08f6954d3defa658db07fd31cf51fda8cf /llvm/lib/ExecutionEngine/Interpreter/Interpreter.h
parent6c272a93bbb02f42a2e4386ee1d08d6d25d12de6 (diff)
downloadbcm5719-llvm-2b2d7a99befd27b1f325d36efaff2f4769c74437.tar.gz
bcm5719-llvm-2b2d7a99befd27b1f325d36efaff2f4769c74437.zip
Add support for the select instruction
llvm-svn: 13076
Diffstat (limited to 'llvm/lib/ExecutionEngine/Interpreter/Interpreter.h')
-rw-r--r--llvm/lib/ExecutionEngine/Interpreter/Interpreter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h b/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h
index c685ba1b5d1..7757aae8613 100644
--- a/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h
+++ b/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h
@@ -137,6 +137,8 @@ public:
void visitGetElementPtrInst(GetElementPtrInst &I);
void visitPHINode(PHINode &PN) { assert(0 && "PHI nodes already handled!"); }
void visitCastInst(CastInst &I);
+ void visitSelectInst(SelectInst &I);
+
void visitCallSite(CallSite CS);
void visitCallInst(CallInst &I) { visitCallSite (CallSite (&I)); }
OpenPOWER on IntegriCloud