From 59c0dedbc949433afeac482e8243119240076026 Mon Sep 17 00:00:00 2001 From: Peter Collingbourne Date: Thu, 8 Jul 2010 21:14:27 +0000 Subject: Add support for InsertValue and ExtractValue instructions git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@107912 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Core/Executor.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/Core/Executor.h') diff --git a/lib/Core/Executor.h b/lib/Core/Executor.h index e6f7c63e..d211b8ce 100644 --- a/lib/Core/Executor.h +++ b/lib/Core/Executor.h @@ -355,6 +355,9 @@ private: /// bindModuleConstants - Initialize the module constant table. void bindModuleConstants(); + template + void computeOffsets(KGEPInstruction *kgepi, TypeIt ib, TypeIt ie); + /// bindInstructionConstants - Initialize any necessary per instruction /// constant values. void bindInstructionConstants(KInstruction *KI); -- cgit 1.4.1