aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-10-30 22:46:49 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-10-30 22:46:49 +0000
commit6ac310d5e9185a07bc02eb22bf7791c847877b52 (patch)
tree2712c222641e172115be40296260eae701c7eb32
parent02b8511364a61b559369d8dc36e82a486f42fec3 (diff)
Don't mislead readers by claiming a variable is defaulted to false when
the default is actually true. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31300 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/Target/TargetAsmInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Target/TargetAsmInfo.h b/include/llvm/Target/TargetAsmInfo.h
index cf8f7a55be..f4b755c8a3 100644
--- a/include/llvm/Target/TargetAsmInfo.h
+++ b/include/llvm/Target/TargetAsmInfo.h
@@ -229,7 +229,7 @@ namespace llvm {
/// RequiresFrameSection - true if the Dwarf2 output needs a frame section
///
- bool DwarfRequiresFrameSection; // Defaults to false.
+ bool DwarfRequiresFrameSection; // Defaults to true.
/// DwarfAbbrevSection - Section directive for Dwarf abbrev.
///