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 | 0c2305b1107b60600e08a66bba932396ee752b5b (patch) | |
| tree | 9afc3ecb1fa2842e0c57e9d8eb85227ece6846f4 /llvm/tools/bugpoint/bugpoint.cpp | |
| parent | 83d52f3c367102ce25d47f9b3f8b6631f9afa270 (diff) | |
| download | bcm5719-llvm-0c2305b1107b60600e08a66bba932396ee752b5b.tar.gz bcm5719-llvm-0c2305b1107b60600e08a66bba932396ee752b5b.zip | |
Re-grouped and alphabetized headers for easier reading and cleaner style.
llvm-svn: 7689
Diffstat (limited to 'llvm/tools/bugpoint/bugpoint.cpp')
| -rw-r--r-- | llvm/tools/bugpoint/bugpoint.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/bugpoint/bugpoint.cpp b/llvm/tools/bugpoint/bugpoint.cpp index ea440889473..4a6ebaf7573 100644 --- a/llvm/tools/bugpoint/bugpoint.cpp +++ b/llvm/tools/bugpoint/bugpoint.cpp @@ -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, |

