diff options
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, |

