summaryrefslogtreecommitdiff
path: root/lib/VMCore/BasicBlock.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-08-11 16:02:12 +0000
committerDan Gohman <gohman@apple.com>2009-08-11 16:02:12 +0000
commitffef8acc3e3398bdd04e947c7949befdd52faf86 (patch)
treeafd08e771a7be122109680bdae158b2009de3d48 /lib/VMCore/BasicBlock.cpp
parent3108222c2cb3e61097396274b1c3ae0a86625975 (diff)
downloadllvm-ffef8acc3e3398bdd04e947c7949befdd52faf86.tar.gz
llvm-ffef8acc3e3398bdd04e947c7949befdd52faf86.tar.bz2
llvm-ffef8acc3e3398bdd04e947c7949befdd52faf86.tar.xz
Tidy #includes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78677 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore/BasicBlock.cpp')
-rw-r--r--lib/VMCore/BasicBlock.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/VMCore/BasicBlock.cpp b/lib/VMCore/BasicBlock.cpp
index d7ff3bc8cf..5741cbc3db 100644
--- a/lib/VMCore/BasicBlock.cpp
+++ b/lib/VMCore/BasicBlock.cpp
@@ -19,7 +19,6 @@
#include "llvm/ADT/STLExtras.h"
#include "llvm/Support/CFG.h"
#include "llvm/Support/LeakDetector.h"
-#include "llvm/Support/Compiler.h"
#include "SymbolTableListTraitsImpl.h"
#include <algorithm>
using namespace llvm;