[llvm-commits] [llvm] r42976 - /llvm/trunk/include/llvm/Target/TargetLowering.h
Chris Lattner
sabre at nondot.org
Sun Oct 14 22:30:28 PDT 2007
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);
};
More information about the llvm-commits
mailing list