diff options
author | Julian Büning <julian.buening@rwth-aachen.de> | 2019-03-20 21:27:46 +0100 |
---|---|---|
committer | MartinNowack <martin.nowack@gmail.com> | 2019-03-21 12:46:01 +0000 |
commit | 0c1acd51e99968cc79863b714b4ebc89588a4c00 (patch) | |
tree | 2762086d9ba74b8ca45876ad3377c507681bda07 /lib/Module/ModuleUtil.cpp | |
parent | 539323d70215d0248303078f9c400a88dfeb8012 (diff) | |
download | klee-0c1acd51e99968cc79863b714b4ebc89588a4c00.tar.gz |
remove obsolete LegacyLLVMPassManagerTy
Diffstat (limited to 'lib/Module/ModuleUtil.cpp')
-rw-r--r-- | lib/Module/ModuleUtil.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Module/ModuleUtil.cpp b/lib/Module/ModuleUtil.cpp index 5c9aad1a..6152c1df 100644 --- a/lib/Module/ModuleUtil.cpp +++ b/lib/Module/ModuleUtil.cpp @@ -56,8 +56,6 @@ #include "llvm/Support/raw_ostream.h" #include "llvm/Support/Path.h" -#include "klee/Internal/Module/LLVMPassManager.h" - #include <algorithm> #include <fstream> #include <map> |