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/ExecutorUtil.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/Core/ExecutorUtil.cpp') diff --git a/lib/Core/ExecutorUtil.cpp b/lib/Core/ExecutorUtil.cpp index 04264164..5f974725 100644 --- a/lib/Core/ExecutorUtil.cpp +++ b/lib/Core/ExecutorUtil.cpp @@ -17,6 +17,8 @@ #include "klee/Internal/Module/KModule.h" +#include "klee/util/GetElementPtrTypeIterator.h" + #include "llvm/Constants.h" #include "llvm/Function.h" #include "llvm/Instructions.h" @@ -25,7 +27,6 @@ #include "llvm/ModuleProvider.h" #endif #include "llvm/Support/CallSite.h" -#include "llvm/Support/GetElementPtrTypeIterator.h" #include "llvm/Target/TargetData.h" #include #include -- cgit 1.4.1