X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=tools%2Fbugpoint%2FListReducer.h;h=8083e2d65fb191ec0fc540b024e9b994f33dd959;hb=d6f0c34273dd3536102f2d643403252468dfc4a3;hp=5e9cff0efa8276cdc14e476dced0058629e3734d;hpb=22ff748712b348300e51248339b6e8cf9b59e2c6;p=oota-llvm.git diff --git a/tools/bugpoint/ListReducer.h b/tools/bugpoint/ListReducer.h index 5e9cff0efa8..8083e2d65fb 100644 --- a/tools/bugpoint/ListReducer.h +++ b/tools/bugpoint/ListReducer.h @@ -15,11 +15,11 @@ #ifndef BUGPOINT_LIST_REDUCER_H #define BUGPOINT_LIST_REDUCER_H -#include "llvm/Support/raw_ostream.h" #include "llvm/Support/ErrorHandling.h" -#include -#include +#include "llvm/Support/raw_ostream.h" #include +#include +#include namespace llvm { @@ -183,8 +183,8 @@ Backjump: --i; // Don't skip an element of the list Changed = true; } - if (!Error.empty()) - return true; + if (!Error.empty()) + return true; } // This can take a long time if left uncontrolled. For now, don't // iterate.