aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineFunction.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/MachineFunction.cpp
parent02d5f77d262152db2eb82164fd4246d60217024a (diff)
downloadllvm-974e12b2d37781c1cb4bf4a9cf9cabe25ebb4855.zip
llvm-974e12b2d37781c1cb4bf4a9cf9cabe25ebb4855.tar.gz
llvm-974e12b2d37781c1cb4bf4a9cf9cabe25ebb4855.tar.bz2
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/MachineFunction.cpp')
-rw-r--r--llvm/lib/CodeGen/MachineFunction.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MachineFunction.cpp b/llvm/lib/CodeGen/MachineFunction.cpp
index 2fa0764..3bd33dc 100644
--- a/llvm/lib/CodeGen/MachineFunction.cpp
+++ b/llvm/lib/CodeGen/MachineFunction.cpp
@@ -30,7 +30,6 @@
#include "llvm/Target/TargetLowering.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Target/TargetFrameInfo.h"
-#include "llvm/Support/Compiler.h"
#include "llvm/Support/GraphWriter.h"
#include "llvm/Support/raw_ostream.h"
using namespace llvm;