diff options
author | Peter Collingbourne <peter@pcc.me.uk> | 2010-07-08 21:14:27 +0000 |
---|---|---|
committer | Peter Collingbourne <peter@pcc.me.uk> | 2010-07-08 21:14:27 +0000 |
commit | 59c0dedbc949433afeac482e8243119240076026 (patch) | |
tree | ee3da2176a1923af04b61f67dd0e53b70dbde095 /lib/Core/ExecutorUtil.cpp | |
parent | e3414c0e8cc91a35cdcae09c0af8162b8f7c2f94 (diff) | |
download | klee-59c0dedbc949433afeac482e8243119240076026.tar.gz |
Add support for InsertValue and ExtractValue instructions
git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@107912 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Core/ExecutorUtil.cpp')
-rw-r--r-- | lib/Core/ExecutorUtil.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
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 <iostream> #include <cassert> |