New testcase which is preventing the linking of libstdc++
[oota-llvm.git] / tools / bugpoint / Miscompilation.cpp
index d60ce7ee10043867ea6c277dc699c28c8037f6a0..b88f87c9b1e2de3c9f609ce5adbb015adc63485d 100644 (file)
@@ -5,12 +5,12 @@
 //===----------------------------------------------------------------------===//
 
 #include "BugDriver.h"
-#include "Support/SystemUtils.h"
 #include "ListReducer.h"
-#include "llvm/Pass.h"
 #include "llvm/Module.h"
+#include "llvm/Pass.h"
 #include "llvm/Transforms/Utils/Cloning.h"
 #include "llvm/Transforms/Utils/Linker.h"
+#include "Support/FileUtilities.h"
 
 class ReduceMiscompilingPasses : public ListReducer<const PassInfo*> {
   BugDriver &BD;