Author: lattner
Date: Mon Oct 15 00:30:27 2007
New Revision: 42976

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

Modified:
    llvm/trunk/include/llvm/Target/TargetLowering.h

Modified: llvm/trunk/include/llvm/Target/TargetLowering.h
URL: 
http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Target/TargetLowering.h?rev=42976&r1=42975&r2=42976&view=diff

==============================================================================
--- llvm/trunk/include/llvm/Target/TargetLowering.h (original)
+++ llvm/trunk/include/llvm/Target/TargetLowering.h Mon Oct 15 00:30:27 2007
@@ -538,9 +538,9 @@
     }
     
     /// ShrinkDemandedConstant - Check to see if the specified operand of the 
-    /// specified instruction is a constant integer.  If so, check to see if 
there
-    /// are any bits set in the constant that are not demanded.  If so, shrink 
the
-    /// constant and return true.
+    /// specified instruction is a constant integer.  If so, check to see if
+    /// there are any bits set in the constant that are not demanded.  If so,
+    /// shrink the constant and return true.
     bool ShrinkDemandedConstant(SDOperand Op, uint64_t Demanded);
   };
                                                 


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

Reply via email to