diff options
author | Julian Büning <julian.buening@rwth-aachen.de> | 2022-01-05 22:43:23 +0100 |
---|---|---|
committer | Cristian Cadar <c.cadar@imperial.ac.uk> | 2022-03-17 22:59:26 +0000 |
commit | 1b51cf5ecde7ca9e6646d481b0d757dd31b06da8 (patch) | |
tree | af3dbec1ca297e4eacc736ba6bb6b012c2a2a8c3 /lib/Module/KModule.cpp | |
parent | fcb5641d29b2e22bbd4034e51a1fe675b69bbf81 (diff) | |
download | klee-1b51cf5ecde7ca9e6646d481b0d757dd31b06da8.tar.gz |
remove obsolete KLEE_LLVM legacy defines
Diffstat (limited to 'lib/Module/KModule.cpp')
-rw-r--r-- | lib/Module/KModule.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Module/KModule.cpp b/lib/Module/KModule.cpp index 2f78ce14..06b6e2f9 100644 --- a/lib/Module/KModule.cpp +++ b/lib/Module/KModule.cpp @@ -85,8 +85,7 @@ namespace { clEnumValN(eSwitchTypeLLVM, "llvm", "lower using LLVM"), clEnumValN(eSwitchTypeInternal, "internal", - "execute switch internally") - KLEE_LLVM_CL_VAL_END), + "execute switch internally")), cl::init(eSwitchTypeInternal), cl::cat(ModuleCat)); |