[llvm-commits] CVS: llvm/include/llvm/Target/TargetAsmInfo.h

Reid Spencer reid at x10sys.com
Mon Oct 30 14:47:04 PST 2006



Changes in directory llvm/include/llvm/Target:

TargetAsmInfo.h updated: 1.11 -> 1.12
---
Log message:

Don't mislead readers by claiming a variable is defaulted to false when
the default is actually true.


---
Diffs of the changes:  (+1 -1)

 TargetAsmInfo.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/include/llvm/Target/TargetAsmInfo.h
diff -u llvm/include/llvm/Target/TargetAsmInfo.h:1.11 llvm/include/llvm/Target/TargetAsmInfo.h:1.12
--- llvm/include/llvm/Target/TargetAsmInfo.h:1.11	Mon Oct 30 16:32:29 2006
+++ llvm/include/llvm/Target/TargetAsmInfo.h	Mon Oct 30 16:46:49 2006
@@ -229,7 +229,7 @@
     
     /// 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.
     ///






More information about the llvm-commits mailing list