diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2009-10-25 06:57:41 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2009-10-25 06:57:41 +0000 |
commit | 974e12b2d37781c1cb4bf4a9cf9cabe25ebb4855 (patch) | |
tree | b6388811221946c754cd981d8342688e658a918c /llvm/lib/CodeGen/MachineFunction.cpp | |
parent | 02d5f77d262152db2eb82164fd4246d60217024a (diff) | |
download | llvm-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.cpp | 1 |
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; |