summaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation/EdgeProfiling.cpp
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2009-10-25 06:57:41 +0000
committerNick Lewycky <nicholas@mxc.ca>2009-10-25 06:57:41 +0000
commitf5a86f45e75ec744c203270ffa03659eb0a220c1 (patch)
treee95741631964036587f227408038ca2360ba428d /lib/Transforms/Instrumentation/EdgeProfiling.cpp
parent6726b6d75a8b679068a58cb954ba97cf9d1690ba (diff)
downloadllvm-f5a86f45e75ec744c203270ffa03659eb0a220c1.tar.gz
llvm-f5a86f45e75ec744c203270ffa03659eb0a220c1.tar.bz2
llvm-f5a86f45e75ec744c203270ffa03659eb0a220c1.tar.xz
Remove includes of Support/Compiler.h that are no longer needed after the
VISIBILITY_HIDDEN removal. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85043 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Instrumentation/EdgeProfiling.cpp')
-rw-r--r--lib/Transforms/Instrumentation/EdgeProfiling.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Transforms/Instrumentation/EdgeProfiling.cpp b/lib/Transforms/Instrumentation/EdgeProfiling.cpp
index 1a707e0c41..9ae3786707 100644
--- a/lib/Transforms/Instrumentation/EdgeProfiling.cpp
+++ b/lib/Transforms/Instrumentation/EdgeProfiling.cpp
@@ -20,7 +20,6 @@
#include "ProfilingUtils.h"
#include "llvm/Module.h"
#include "llvm/Pass.h"
-#include "llvm/Support/Compiler.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Transforms/Utils/BasicBlockUtils.h"
#include "llvm/Transforms/Instrumentation.h"