Don't mislead readers by claiming a variable is defaulted to false when
authorReid Spencer <rspencer@reidspencer.com>
Mon, 30 Oct 2006 22:46:49 +0000 (22:46 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 30 Oct 2006 22:46:49 +0000 (22:46 +0000)
the default is actually true.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31300 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetAsmInfo.h

index cf8f7a55be10298e98c2503507cebcad372bdb5a..f4b755c8a3a9e0fb5b06487a2ee8d8b570be1046 100644 (file)
@@ -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.
     ///