diff options
author | Daniel Dunbar <daniel@zuster.org> | 2014-09-14 16:19:49 -0700 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2014-09-14 16:21:32 -0700 |
commit | 8ef9d62a07b23ce07c07f18347e6f486b33bb31e (patch) | |
tree | fda481637a49465636d8fa3f68e4b15fced61696 /lib/Module/KModule.cpp | |
parent | 87cd326ed978f09a1fdbce1ed89d535523f3ff21 (diff) | |
download | klee-8ef9d62a07b23ce07c07f18347e6f486b33bb31e.tar.gz |
[LLVM3.5] Update for more random headers moving around.
Diffstat (limited to 'lib/Module/KModule.cpp')
-rw-r--r-- | lib/Module/KModule.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Module/KModule.cpp b/lib/Module/KModule.cpp index 1eaa8c92..428acbc8 100644 --- a/lib/Module/KModule.cpp +++ b/lib/Module/KModule.cpp @@ -57,7 +57,6 @@ #include "llvm/Transforms/Scalar.h" #include <llvm/Transforms/Utils/Cloning.h> -#include <llvm/Support/InstIterator.h> #include <sstream> |