[llvm-commits] CVS: llvm/tools/llvm-link/llvm-link.cpp
Jeff Cohen
jeffc at jolt-lang.org
Sat Jan 1 14:10:43 PST 2005
Changes in directory llvm/tools/llvm-link:
llvm-link.cpp updated: 1.53 -> 1.54
---
Log message:
Fix typo 'ompress' => 'compress'.
---
Diffs of the changes: (+1 -1)
Index: llvm/tools/llvm-link/llvm-link.cpp
diff -u llvm/tools/llvm-link/llvm-link.cpp:1.53 llvm/tools/llvm-link/llvm-link.cpp:1.54
--- llvm/tools/llvm-link/llvm-link.cpp:1.53 Wed Dec 29 23:36:07 2004
+++ llvm/tools/llvm-link/llvm-link.cpp Sat Jan 1 16:10:32 2005
@@ -43,7 +43,7 @@
DumpAsm("d", cl::desc("Print assembly as linked"), cl::Hidden);
static cl::opt<bool> NoCompress("disable-compression", cl::init(false),
- cl::desc("Don't ompress the generated bytecode"));
+ cl::desc("Don't compress the generated bytecode"));
// LoadFile - Read the specified bytecode file in and return it. This routine
// searches the link path for the specified file to try to find it...
More information about the llvm-commits
mailing list