Fix 80 col violation
authorChris Lattner <sabre@nondot.org>
Mon, 15 Oct 2007 05:30:27 +0000 (05:30 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 15 Oct 2007 05:30:27 +0000 (05:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42976 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetLowering.h

index e1fa2268d305bb42380d1a074016ebef068df46b..f565bd96b971d707e358a2bf98c220af9a297c19 100644 (file)
@@ -538,9 +538,9 @@ public:
     }
     
     /// 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);
   };