From 87cd326ed978f09a1fdbce1ed89d535523f3ff21 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Sun, 14 Sep 2014 16:12:52 -0700 Subject: [LLVM3.5] Update for move of CFG.h into IR. - Mostly fixed by removing unnecessary references. --- lib/Core/Searcher.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/Core/Searcher.cpp') diff --git a/lib/Core/Searcher.cpp b/lib/Core/Searcher.cpp index 6191acb5..e33d2a56 100644 --- a/lib/Core/Searcher.cpp +++ b/lib/Core/Searcher.cpp @@ -34,7 +34,6 @@ #include "llvm/Instructions.h" #include "llvm/Module.h" #endif -#include "llvm/Support/CFG.h" #include "llvm/Support/CommandLine.h" #if LLVM_VERSION_CODE < LLVM_VERSION(3, 5) -- cgit 1.4.1