From: Chris Lattner Date: Mon, 15 Oct 2007 05:30:27 +0000 (+0000) Subject: Fix 80 col violation X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=1622768794afca372e55732016dd9c11bd75a9a7;p=oota-llvm.git Fix 80 col violation git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42976 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Target/TargetLowering.h b/include/llvm/Target/TargetLowering.h index e1fa2268d30..f565bd96b97 100644 --- a/include/llvm/Target/TargetLowering.h +++ b/include/llvm/Target/TargetLowering.h @@ -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); };