diff options
author | Julian Büning <julian.buening@rwth-aachen.de> | 2019-03-20 21:28:51 +0100 |
---|---|---|
committer | MartinNowack <martin.nowack@gmail.com> | 2019-03-21 12:46:01 +0000 |
commit | eee440835b857a7cb68b72f4af4d22eaf19e1d76 (patch) | |
tree | 68791aa94357f0fa11e8e9d7b6dfde72a23c8be6 /lib/Module/Passes.h | |
parent | 0c1acd51e99968cc79863b714b4ebc89588a4c00 (diff) | |
download | klee-eee440835b857a7cb68b72f4af4d22eaf19e1d76.tar.gz |
remove copy of ScalarizerPass for LLVM 3.4
Diffstat (limited to 'lib/Module/Passes.h')
-rw-r--r-- | lib/Module/Passes.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/Module/Passes.h b/lib/Module/Passes.h index 6a302819..d5f8d821 100644 --- a/lib/Module/Passes.h +++ b/lib/Module/Passes.h @@ -150,13 +150,6 @@ private: llvm::BasicBlock *defaultBlock); }; -// This is the interface to a back-ported LLVM pass. -// Therefore this interface is only needed for -// LLVM 3.4. -#if LLVM_VERSION_CODE == LLVM_VERSION(3, 4) -llvm::FunctionPass *createScalarizerPass(); -#endif - /// InstructionOperandTypeCheckPass - Type checks the types of instruction /// operands to check that they conform to invariants expected by the Executor. /// |