summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-as
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-11-07 05:50:16 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-11-07 05:50:16 +0000
commit505b225e826c12676ade67dbdee76cbe0c5982b2 (patch)
treec249012f70bb012e2233f4c6ee86eec00bd09e79 /llvm/tools/llvm-as
parentf0adf68dfa7fde30debd850581600adb33c0678f (diff)
downloadbcm5719-llvm-505b225e826c12676ade67dbdee76cbe0c5982b2.tar.gz
bcm5719-llvm-505b225e826c12676ade67dbdee76cbe0c5982b2.zip
Rename the option for defeating compression to be a little more specific.
llvm-svn: 17567
Diffstat (limited to 'llvm/tools/llvm-as')
-rw-r--r--llvm/tools/llvm-as/llvm-as.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-as/llvm-as.cpp b/llvm/tools/llvm-as/llvm-as.cpp
index 9ea24f3f700..acfe1756b50 100644
--- a/llvm/tools/llvm-as/llvm-as.cpp
+++ b/llvm/tools/llvm-as/llvm-as.cpp
@@ -40,7 +40,7 @@ Force("f", cl::desc("Overwrite output files"));
static cl::opt<bool>
DumpAsm("d", cl::desc("Print assembly as parsed"), cl::Hidden);
-static cl::opt<bool> NoCompress("no-compress", cl::init(false),
+static cl::opt<bool> NoCompress("disable-compression", cl::init(false),
cl::desc("Don't ompress the generated bytecode"));
static cl::opt<bool>
OpenPOWER on IntegriCloud