[bugpoint] Fix repeated off-by-one error in debug output
authorJessica Clarke <jrtc27@jrtc27.com>
Mon, 8 Nov 2021 23:44:45 +0000 (23:44 +0000)
committerJessica Clarke <jrtc27@jrtc27.com>
Mon, 8 Nov 2021 23:44:45 +0000 (23:44 +0000)
commita9a510f2171a44c9b69146bce228a083eb964d6d
tree1e17223710fbca08feb9cc3e01875deaf04ea67d
parent43bb5f01854b3cebcc5030ee5ca23760efcdb8ce
[bugpoint] Fix repeated off-by-one error in debug output

This resulted in the final argument being dropped from the output, which
can be rather important.
llvm/tools/bugpoint/ToolRunner.cpp