commit | 4c6654963dfa4b91c702a913f3715c4a207472d2 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sat Oct 18 05:55:25 2003 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sat Oct 18 05:55:25 2003 +0000 |
tree | 3f363fc907f145e6246db39625a054c224e12526 | |
parent | eff112c6c3d018ac97522618e71c8c0956c451ee [diff] [blame] |
Interpret the new varargs intrinsics correctly git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9222 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/ExecutionEngine/Interpreter/Interpreter.h b/lib/ExecutionEngine/Interpreter/Interpreter.h index 61d391a..62ac1f0 100644 --- a/lib/ExecutionEngine/Interpreter/Interpreter.h +++ b/lib/ExecutionEngine/Interpreter/Interpreter.h
@@ -131,7 +131,7 @@ void visitCallInst(CallInst &I); void visitShl(ShiftInst &I); void visitShr(ShiftInst &I); - void visitVarArgInst(VarArgInst &I); + void visitVANextInst(VANextInst &I); void visitInstruction(Instruction &I) { std::cerr << I; assert(0 && "Instruction not interpretable yet!");