Rename -disable-required-unwind-tables to unwind-tables-optional.
[oota-llvm.git] / lib / Target / TargetMachine.cpp
index e6f080d328d2690453782102faf025ee7aeb12f5..6f2f1235d7a6665cd077241c5a668ea622f17fe9 100644 (file)
@@ -85,8 +85,8 @@ namespace {
                cl::location(ExceptionHandling),
                cl::init(false));
   cl::opt<bool, true>
-  DisableUnwindTables("disable-required-unwind-tables",
-               cl::desc("Do not require unwinding info for all functions"),
+  DisableUnwindTables("unwind-tables-optional",
+               cl::desc("Generate unwinding tables only for functions that require them"),
                cl::location(UnwindTablesOptional),
                cl::init(false));