summaryrefslogtreecommitdiffstats
path: root/llvm/tools/lto/LTOCodeGenerator.cpp
diff options
context:
space:
mode:
authorMichael J. Spencer <bigcheesegs@gmail.com>2010-11-29 18:47:54 +0000
committerMichael J. Spencer <bigcheesegs@gmail.com>2010-11-29 18:47:54 +0000
commitab425d8360e0a856bb6f1e5d32017f8ba4c4c04f (patch)
tree482761abebf29c00811d004a650094f8bd7ab991 /llvm/tools/lto/LTOCodeGenerator.cpp
parent150b1ad7f8c12c9f4ec0d23695dc4644af76d2c9 (diff)
downloadbcm5719-llvm-ab425d8360e0a856bb6f1e5d32017f8ba4c4c04f.tar.gz
bcm5719-llvm-ab425d8360e0a856bb6f1e5d32017f8ba4c4c04f.zip
I swear I did a make clean and make before committing all this...
llvm-svn: 120304
Diffstat (limited to 'llvm/tools/lto/LTOCodeGenerator.cpp')
-rw-r--r--llvm/tools/lto/LTOCodeGenerator.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/tools/lto/LTOCodeGenerator.cpp b/llvm/tools/lto/LTOCodeGenerator.cpp
index 97827643e85..c7a62268d7c 100644
--- a/llvm/tools/lto/LTOCodeGenerator.cpp
+++ b/llvm/tools/lto/LTOCodeGenerator.cpp
@@ -40,9 +40,9 @@
#include "llvm/Support/StandardPasses.h"
#include "llvm/Support/SystemUtils.h"
#include "llvm/Support/ToolOutputFile.h"
-#include "llvm/System/Host.h"
-#include "llvm/System/Program.h"
-#include "llvm/System/Signals.h"
+#include "llvm/Support/Host.h"
+#include "llvm/Support/Program.h"
+#include "llvm/Support/Signals.h"
#include "llvm/Config/config.h"
#include <cstdlib>
#include <unistd.h>
OpenPOWER on IntegriCloud