[llvm-commits] CVS: llvm/tools/opt/opt.cpp
Misha Brukman
brukman at cs.uiuc.edu
Fri Oct 15 16:22:59 PDT 2004
Changes in directory llvm/tools/opt:
opt.cpp updated: 1.97 -> 1.98
---
Log message:
Fix hyphenation and quoting style for great justice
---
Diffs of the changes: (+1 -1)
Index: llvm/tools/opt/opt.cpp
diff -u llvm/tools/opt/opt.cpp:1.97 llvm/tools/opt/opt.cpp:1.98
--- llvm/tools/opt/opt.cpp:1.97 Wed Sep 1 17:55:40 2004
+++ llvm/tools/opt/opt.cpp Fri Oct 15 18:22:48 2004
@@ -122,7 +122,7 @@
std::cerr << "WARNING: It looks like you're attempting to print out a "
<< "bytecode file. I'm\ngoing to pretend you didn't ask me to do"
<< " this (for your own good). If you\nREALLY want to taste LLVM"
- << " bytecode first hand, you can force output with the\n'-f'"
+ << " bytecode first-hand, you can force output with the\n`-f'"
<< " option.\n\n";
NoOutput = true;
}
More information about the llvm-commits
mailing list