From 37e92d0c802524c19a9a84164253639aac47fee3 Mon Sep 17 00:00:00 2001
From: Martin Nowack <martin@se.inf.tu-dresden.de>
Date: Sat, 22 Jul 2017 01:03:44 +0200
Subject: Remove support for LLVM < 3.4

Request LLVM 3.4 as minimal requirement for KLEE
---
 lib/Core/Context.cpp | 5 -----
 1 file changed, 5 deletions(-)

(limited to 'lib/Core/Context.cpp')

diff --git a/lib/Core/Context.cpp b/lib/Core/Context.cpp
index 935e4316..8246e631 100644
--- a/lib/Core/Context.cpp
+++ b/lib/Core/Context.cpp
@@ -11,13 +11,8 @@
 
 #include "klee/Expr.h"
 
-#if LLVM_VERSION_CODE >= LLVM_VERSION(3, 3)
 #include "llvm/IR/Type.h"
 #include "llvm/IR/DerivedTypes.h"
-#else
-#include "llvm/Type.h"
-#include "llvm/DerivedTypes.h"
-#endif
 
 #include <cassert>
 
-- 
cgit 1.4.1