summaryrefslogtreecommitdiffstats
path: root/contrib/llvm/tools/bugpoint/ListReducer.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm/tools/bugpoint/ListReducer.h')
-rw-r--r--contrib/llvm/tools/bugpoint/ListReducer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/llvm/tools/bugpoint/ListReducer.h b/contrib/llvm/tools/bugpoint/ListReducer.h
index 5e9cff0..bd1c5da 100644
--- a/contrib/llvm/tools/bugpoint/ListReducer.h
+++ b/contrib/llvm/tools/bugpoint/ListReducer.h
@@ -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.
OpenPOWER on IntegriCloud