mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-12 12:33:17 +00:00
remove misleading comment.
llvm-svn: 42970
This commit is contained in:
parent
ac17bf4c0f
commit
95def2ca5a
@ -4623,8 +4623,7 @@ bool SelectionDAGLegalize::ExpandShift(unsigned Opc, SDOperand Op,SDOperand Amt,
|
||||
unsigned VTBits = MVT::getSizeInBits(Op.getValueType());
|
||||
unsigned NVTBits = MVT::getSizeInBits(NVT);
|
||||
|
||||
// Handle the case when Amt is an immediate. Other cases are currently broken
|
||||
// and are disabled.
|
||||
// Handle the case when Amt is an immediate.
|
||||
if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Amt.Val)) {
|
||||
unsigned Cst = CN->getValue();
|
||||
// Expand the incoming operand to be shifted, so that we have its parts
|
||||
|
Loading…
x
Reference in New Issue
Block a user