summaryrefslogtreecommitdiffstats
path: root/llvm/tools
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2012-03-31 11:22:30 +0000
committerBill Wendling <isanbard@gmail.com>2012-03-31 11:22:30 +0000
commit4f87c4fdff730eb5f74602df2ecd946b96754401 (patch)
tree0cc8dee8f97c5cf7bffa37cc9d6821b9a8364331 /llvm/tools
parent0e1824cb9eab18175c2a0e6dec1449fb56853300 (diff)
downloadbcm5719-llvm-4f87c4fdff730eb5f74602df2ecd946b96754401.tar.gz
bcm5719-llvm-4f87c4fdff730eb5f74602df2ecd946b96754401.zip
Trim headers.
llvm-svn: 153809
Diffstat (limited to 'llvm/tools')
-rw-r--r--llvm/tools/lto/LTOCodeGenerator.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/llvm/tools/lto/LTOCodeGenerator.cpp b/llvm/tools/lto/LTOCodeGenerator.cpp
index c6da960bb19..52495dab91a 100644
--- a/llvm/tools/lto/LTOCodeGenerator.cpp
+++ b/llvm/tools/lto/LTOCodeGenerator.cpp
@@ -35,22 +35,15 @@
#include "llvm/Transforms/IPO.h"
#include "llvm/Transforms/IPO/PassManagerBuilder.h"
#include "llvm/Support/CommandLine.h"
-#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/FormattedStream.h"
#include "llvm/Support/MemoryBuffer.h"
-#include "llvm/Support/SystemUtils.h"
#include "llvm/Support/ToolOutputFile.h"
#include "llvm/Support/Host.h"
-#include "llvm/Support/Program.h"
#include "llvm/Support/Signals.h"
#include "llvm/Support/TargetRegistry.h"
#include "llvm/Support/TargetSelect.h"
#include "llvm/Support/system_error.h"
#include "llvm/ADT/StringExtras.h"
-#include "llvm/ADT/Triple.h"
-#include <cstdlib>
-#include <unistd.h>
-#include <fcntl.h>
using namespace llvm;
static cl::opt<bool> DisableInline("disable-inlining",
OpenPOWER on IntegriCloud