about summary refs log tree commit diff homepage
path: root/lib/Module/KModule.cpp
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2014-09-14 16:19:49 -0700
committerDaniel Dunbar <daniel@zuster.org>2014-09-14 16:21:32 -0700
commit8ef9d62a07b23ce07c07f18347e6f486b33bb31e (patch)
treefda481637a49465636d8fa3f68e4b15fced61696 /lib/Module/KModule.cpp
parent87cd326ed978f09a1fdbce1ed89d535523f3ff21 (diff)
downloadklee-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.cpp1
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>