summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2003-08-16 00:23:16 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2003-08-16 00:23:16 +0000
commit77d2f511c0ea064668d2872a57599adc1212f9dd (patch)
treee2ed15566146c51930810ddb4778fef6a6082dc0 /lib
parentbdfb1d83d2db35b8e8d56d598828fee942ca703e (diff)
downloadllvm-77d2f511c0ea064668d2872a57599adc1212f9dd.tar.gz
llvm-77d2f511c0ea064668d2872a57599adc1212f9dd.tar.bz2
llvm-77d2f511c0ea064668d2872a57599adc1212f9dd.tar.xz
Rename -emitmaps to -enable-maps
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7913 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/SparcV9/SparcV9TargetMachine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/SparcV9/SparcV9TargetMachine.cpp b/lib/Target/SparcV9/SparcV9TargetMachine.cpp
index 41a3ab3b5c..83d156665f 100644
--- a/lib/Target/SparcV9/SparcV9TargetMachine.cpp
+++ b/lib/Target/SparcV9/SparcV9TargetMachine.cpp
@@ -46,7 +46,7 @@ static cl::opt<bool> DisableSched("disable-sched",
static cl::opt<bool> DisablePeephole("disable-peephole",
cl::desc("Disable peephole optimization pass"));
-static cl::opt<bool> EmitMappingInfo("emitmaps",
+static cl::opt<bool> EmitMappingInfo("enable-maps",
cl::desc("Emit LLVM-to-MachineCode mapping info to assembly"));
static cl::opt<bool> DisableStrip("disable-strip",