summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineSink.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
commit974e12b2d37781c1cb4bf4a9cf9cabe25ebb4855 (patch)
treeb6388811221946c754cd981d8342688e658a918c /llvm/lib/CodeGen/MachineSink.cpp
parent02d5f77d262152db2eb82164fd4246d60217024a (diff)
downloadbcm5719-llvm-974e12b2d37781c1cb4bf4a9cf9cabe25ebb4855.tar.gz
bcm5719-llvm-974e12b2d37781c1cb4bf4a9cf9cabe25ebb4855.zip
Remove includes of Support/Compiler.h that are no longer needed after the
VISIBILITY_HIDDEN removal. llvm-svn: 85043
Diffstat (limited to 'llvm/lib/CodeGen/MachineSink.cpp')
-rw-r--r--llvm/lib/CodeGen/MachineSink.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MachineSink.cpp b/llvm/lib/CodeGen/MachineSink.cpp
index 70d471fcba5..e04073884da 100644
--- a/llvm/lib/CodeGen/MachineSink.cpp
+++ b/llvm/lib/CodeGen/MachineSink.cpp
@@ -25,7 +25,6 @@
#include "llvm/Target/TargetInstrInfo.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/ADT/Statistic.h"
-#include "llvm/Support/Compiler.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"
using namespace llvm;
OpenPOWER on IntegriCloud