diff options
author | Michael J. Spencer <bigcheesegs@gmail.com> | 2010-11-29 18:47:54 +0000 |
---|---|---|
committer | Michael J. Spencer <bigcheesegs@gmail.com> | 2010-11-29 18:47:54 +0000 |
commit | ab425d8360e0a856bb6f1e5d32017f8ba4c4c04f (patch) | |
tree | 482761abebf29c00811d004a650094f8bd7ab991 /llvm/tools/lto/LTOCodeGenerator.cpp | |
parent | 150b1ad7f8c12c9f4ec0d23695dc4644af76d2c9 (diff) | |
download | bcm5719-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.cpp | 6 |
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> |