Re-grouped and alphabetized headers for easier reading and cleaner style.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7689 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Misha Brukman 2003-08-07 21:19:30 +00:00
parent 11c6592daf
commit e49603d79d
9 changed files with 27 additions and 27 deletions

View File

@ -7,13 +7,13 @@
//===----------------------------------------------------------------------===//
#include "BugDriver.h"
#include "Support/SystemUtils.h"
#include "llvm/Module.h"
#include "llvm/Bytecode/Reader.h"
#include "llvm/Assembly/Parser.h"
#include "llvm/Transforms/Utils/Linker.h"
#include "llvm/Pass.h"
#include "llvm/Assembly/Parser.h"
#include "llvm/Bytecode/Reader.h"
#include "llvm/Transforms/Utils/Linker.h"
#include "Support/CommandLine.h"
#include "Support/SystemUtils.h"
#include <memory>
// Anonymous namespace to define command line options for debugging.

View File

@ -5,7 +5,6 @@
//===----------------------------------------------------------------------===//
#include "BugDriver.h"
#include "Support/SystemUtils.h"
#include "ListReducer.h"
#include "llvm/Constants.h"
#include "llvm/DerivedTypes.h"
@ -23,6 +22,7 @@
#include "Support/CommandLine.h"
#include "Support/Debug.h"
#include "Support/StringExtras.h"
#include "Support/SystemUtils.h"
#include <algorithm>
#include <set>

View File

@ -5,20 +5,20 @@
//===----------------------------------------------------------------------===//
#include "BugDriver.h"
#include "Support/SystemUtils.h"
#include "ListReducer.h"
#include "llvm/Module.h"
#include "llvm/PassManager.h"
#include "llvm/Pass.h"
#include "llvm/Constant.h"
#include "llvm/iTerminators.h"
#include "llvm/Type.h"
#include "llvm/Module.h"
#include "llvm/Pass.h"
#include "llvm/PassManager.h"
#include "llvm/SymbolTable.h"
#include "llvm/Support/CFG.h"
#include "llvm/Type.h"
#include "llvm/Analysis/Verifier.h"
#include "llvm/Bytecode/Writer.h"
#include "llvm/Support/CFG.h"
#include "llvm/Transforms/Scalar.h"
#include "llvm/Transforms/Utils/Cloning.h"
#include "llvm/Bytecode/Writer.h"
#include "Support/SystemUtils.h"
#include <fstream>
#include <set>

View File

@ -15,10 +15,10 @@ BUGPOINT NOTES:
*/
#include "BugDriver.h"
#include "Support/SystemUtils.h"
#include "Support/CommandLine.h"
#include "Support/Debug.h"
#include "Support/FileUtilities.h"
#include "Support/SystemUtils.h"
#include <fstream>
#include <iostream>

View File

@ -6,14 +6,14 @@
//===----------------------------------------------------------------------===//
#include "BugDriver.h"
#include "llvm/Constant.h"
#include "llvm/Module.h"
#include "llvm/PassManager.h"
#include "llvm/Type.h"
#include "llvm/Analysis/Verifier.h"
#include "llvm/Transforms/IPO.h"
#include "llvm/Transforms/Scalar.h"
#include "llvm/Transforms/Utils/Cloning.h"
#include "llvm/Analysis/Verifier.h"
#include "llvm/Type.h"
#include "llvm/Constant.h"
#include "Support/CommandLine.h"
bool DisableSimplifyCFG = false;

View 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/SystemUtils.h"
class ReduceMiscompilingPasses : public ListReducer<const PassInfo*> {
BugDriver &BD;

View File

@ -9,16 +9,16 @@
//===----------------------------------------------------------------------===//
#include "BugDriver.h"
#include "Support/SystemUtils.h"
#include "llvm/PassManager.h"
#include "llvm/Analysis/Verifier.h"
#include "llvm/Bytecode/WriteBytecodePass.h"
#include "llvm/Target/TargetData.h"
#include "Support/SystemUtils.h"
#include <fstream>
#include <stdlib.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <unistd.h>
#include <stdlib.h>
#include <fstream>
/// writeProgramToFile - This writes the current "Program" to the named bytecode
/// file. If an error occurs, true is returned.

View File

@ -5,11 +5,11 @@
//
//===----------------------------------------------------------------------===//
#include "llvm/Pass.h"
#include "llvm/iOther.h"
#include "llvm/Support/InstVisitor.h"
#include "llvm/Constant.h"
#include "llvm/BasicBlock.h"
#include "llvm/Constant.h"
#include "llvm/iOther.h"
#include "llvm/Pass.h"
#include "llvm/Support/InstVisitor.h"
namespace {
/// CrashOnCalls - This pass is used to test bugpoint. It intentionally

View File

@ -7,8 +7,8 @@
//===----------------------------------------------------------------------===//
#include "BugDriver.h"
#include "Support/CommandLine.h"
#include "llvm/Support/PassNameParser.h"
#include "Support/CommandLine.h"
static cl::list<std::string>
InputFilenames(cl::Positional, cl::OneOrMore,