mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Fix 80 col violation
llvm-svn: 42976
This commit is contained in:
parent
28beae4a4f
commit
828830d360
@ -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);
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user