summaryrefslogtreecommitdiff
path: root/tools/bugpoint/ToolRunner.h
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2011-02-08 18:07:10 +0000
committerAndrew Trick <atrick@apple.com>2011-02-08 18:07:10 +0000
commitde86cbdc57f30621d3692da7a36613bb623d13b5 (patch)
tree1427a253f102eaf94b8bf2f42f41ab2c6a09e9a1 /tools/bugpoint/ToolRunner.h
parent651c4ba80cc7cdd8c1813f0a33b8144b479fb04b (diff)
downloadllvm-de86cbdc57f30621d3692da7a36613bb623d13b5.tar.gz
llvm-de86cbdc57f30621d3692da7a36613bb623d13b5.tar.bz2
llvm-de86cbdc57f30621d3692da7a36613bb623d13b5.tar.xz
whitespace
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125095 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/bugpoint/ToolRunner.h')
-rw-r--r--tools/bugpoint/ToolRunner.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bugpoint/ToolRunner.h b/tools/bugpoint/ToolRunner.h
index d4f9bc46f5..c127f9982b 100644
--- a/tools/bugpoint/ToolRunner.h
+++ b/tools/bugpoint/ToolRunner.h
@@ -66,7 +66,7 @@ public:
const std::string &OutputFile,
std::string *Error = 0,
const std::vector<std::string> &GCCArgs =
- std::vector<std::string>(),
+ std::vector<std::string>(),
unsigned Timeout = 0,
unsigned MemoryLimit = 0);