X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=tools%2Fgold%2Fgold-plugin.cpp;h=016dca5238229bcf4f739fcfbdeb1edd55c42103;hp=8eacdc3ff235728302f043842792c529b7614535;hb=a63df07eda4fdfe9ee46ca275d47481d0b14e0d5;hpb=fbc5640b6bbb679dc78d1e563b3283bcc1036205 diff --git a/tools/gold/gold-plugin.cpp b/tools/gold/gold-plugin.cpp index 8eacdc3ff23..016dca52382 100644 --- a/tools/gold/gold-plugin.cpp +++ b/tools/gold/gold-plugin.cpp @@ -31,14 +31,14 @@ #include "llvm/IR/Verifier.h" #include "llvm/Linker/Linker.h" #include "llvm/MC/SubtargetFeature.h" -#include "llvm/Object/IRObjectFile.h" #include "llvm/Object/FunctionIndexObjectFile.h" -#include "llvm/Support/raw_ostream.h" +#include "llvm/Object/IRObjectFile.h" #include "llvm/Support/Host.h" #include "llvm/Support/ManagedStatic.h" #include "llvm/Support/MemoryBuffer.h" #include "llvm/Support/TargetRegistry.h" #include "llvm/Support/TargetSelect.h" +#include "llvm/Support/raw_ostream.h" #include "llvm/Transforms/IPO.h" #include "llvm/Transforms/IPO/PassManagerBuilder.h" #include "llvm/Transforms/Utils/GlobalStatus.h"