Rename -emitmaps to -enable-maps
authorBrian Gaeke <gaeke@uiuc.edu>
Sat, 16 Aug 2003 00:23:16 +0000 (00:23 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Sat, 16 Aug 2003 00:23:16 +0000 (00:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7913 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/SparcV9/SparcV9TargetMachine.cpp

index 41a3ab3b5ca6d2b539a3a65f4b15d3167e34789a..83d156665f530328891bee2d8163e84ef2621159 100644 (file)
@@ -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",