Fix 80 col violation

llvm-svn: 42976
This commit is contained in:
Chris Lattner 2007-10-15 05:30:27 +00:00
parent 271643620b
commit a2ebb9aadd
1 changed files with 3 additions and 3 deletions

View 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);
};