From bf6df4192e9404432ff8c787475b352d475ceb85 Mon Sep 17 00:00:00 2001 From: Martin Nowack Date: Thu, 5 Dec 2013 21:48:38 +0100 Subject: Deprecate LLVM 2.8 and lower --- include/klee/Internal/Module/KInstruction.h | 4 ---- include/klee/Statistic.h | 4 ---- include/klee/util/Bits.h | 4 ---- 3 files changed, 12 deletions(-) (limited to 'include') diff --git a/include/klee/Internal/Module/KInstruction.h b/include/klee/Internal/Module/KInstruction.h index 20db560d..fc86070b 100644 --- a/include/klee/Internal/Module/KInstruction.h +++ b/include/klee/Internal/Module/KInstruction.h @@ -11,11 +11,7 @@ #define KLEE_KINSTRUCTION_H #include "klee/Config/Version.h" -#if LLVM_VERSION_CODE < LLVM_VERSION(2, 9) && LLVM_VERSION_CODE >= LLVM_VERSION(2, 7) -#include "llvm/System/DataTypes.h" -#else #include "llvm/Support/DataTypes.h" -#endif #include namespace llvm { diff --git a/include/klee/Statistic.h b/include/klee/Statistic.h index 1e5b1c92..6b8fb165 100644 --- a/include/klee/Statistic.h +++ b/include/klee/Statistic.h @@ -11,11 +11,7 @@ #define KLEE_STATISTIC_H #include "klee/Config/Version.h" -#if LLVM_VERSION_CODE < LLVM_VERSION(2, 9) && LLVM_VERSION_CODE >= LLVM_VERSION(2, 7) -#include "llvm/System/DataTypes.h" -#else #include "llvm/Support/DataTypes.h" -#endif #include namespace klee { diff --git a/include/klee/util/Bits.h b/include/klee/util/Bits.h index aa78e534..f228b289 100644 --- a/include/klee/util/Bits.h +++ b/include/klee/util/Bits.h @@ -11,11 +11,7 @@ #define KLEE_UTIL_BITS_H #include "klee/Config/Version.h" -#if LLVM_VERSION_CODE < LLVM_VERSION(2, 9) && LLVM_VERSION_CODE >= LLVM_VERSION(2, 7) -#include "llvm/System/DataTypes.h" -#else #include "llvm/Support/DataTypes.h" -#endif namespace klee { namespace bits32 { -- cgit 1.4.1