Author: ddunbar
Date: Thu Feb  3 20:20:34 2011
New Revision: 124847

URL: http://llvm.org/viewvc/llvm-project?rev=124847&view=rev
Log:
Fix 80-col violins.

Modified:
    cfe/trunk/include/clang/Frontend/CodeGenOptions.h

Modified: cfe/trunk/include/clang/Frontend/CodeGenOptions.h
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Frontend/CodeGenOptions.h?rev=124847&r1=124846&r2=124847&view=diff
==============================================================================
--- cfe/trunk/include/clang/Frontend/CodeGenOptions.h (original)
+++ cfe/trunk/include/clang/Frontend/CodeGenOptions.h Thu Feb  3 20:20:34 2011
@@ -47,15 +47,17 @@
                                   /// internal state before optimizations are
                                   /// done.
   unsigned DisableRedZone    : 1; /// Set when -mno-red-zone is enabled.
-  unsigned EmitDeclMetadata  : 1; /// Emit special metadata indicating what 
Decl*
-                                  /// various IR entities came from.  Only 
useful
-                                  /// when running CodeGen as a subroutine.
+  unsigned EmitDeclMetadata  : 1; /// Emit special metadata indicating what
+                                  /// Decl* various IR entities came from.  
Only
+                                  /// useful when running CodeGen as a
+                                  /// subroutine.
   unsigned FunctionSections  : 1; /// Set when -ffunction-sections is enabled
   unsigned HiddenWeakTemplateVTables : 1; /// Emit weak vtables and RTTI for
                                   /// template classes with hidden visibility
   unsigned HiddenWeakVTables : 1; /// Emit weak vtables, RTTI, and thunks with
-                                  /// hidden visibility
-  unsigned InstrumentFunctions : 1; /// Set when -finstrument-functions is 
enabled
+                                  /// hidden visibility.
+  unsigned InstrumentFunctions : 1; /// Set when -finstrument-functions is
+                                    /// enabled.
   unsigned LessPreciseFPMAD  : 1; /// Enable less precise MAD instructions to 
be
                                   /// generated.
   unsigned MergeAllConstants : 1; /// Merge identical constants.


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to