diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2003-08-07 21:19:30 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2003-08-07 21:19:30 +0000 |
commit | e49603d79d220a795bd50684c8b1f503ee40f97f (patch) | |
tree | e05e639bcafbbb0e0de74865c83c1c65fc060cd3 /tools/bugpoint/CodeGeneratorBug.cpp | |
parent | 11c6592daf6512bcafe4338b586acf4c539502ca (diff) |
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
Diffstat (limited to 'tools/bugpoint/CodeGeneratorBug.cpp')
-rw-r--r-- | tools/bugpoint/CodeGeneratorBug.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bugpoint/CodeGeneratorBug.cpp b/tools/bugpoint/CodeGeneratorBug.cpp index da990c7f72..c11f123fc0 100644 --- a/tools/bugpoint/CodeGeneratorBug.cpp +++ b/tools/bugpoint/CodeGeneratorBug.cpp @@ -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> |