Break a line that's over 80cols into two.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11423 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Misha Brukman 2004-02-13 23:46:47 +00:00
parent 0712283e43
commit dc5feab7fd

View File

@ -57,7 +57,8 @@ int main(int argc, char **argv) {
std::string ErrorMessage;
if (WriteMode == c) {
std::cerr << "ERROR: llvm-dis no longer contains the C backend. Use 'llc -march=c' instead!\n";
std::cerr << "ERROR: llvm-dis no longer contains the C backend. "
<< "Use 'llc -march=c' instead!\n";
exit(1);
}