mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
Fix an odd comment.
llvm-svn: 181136
This commit is contained in:
parent
390335941f
commit
1330c4432b
@ -16252,8 +16252,7 @@ static SDValue PerformSHLCombine(SDNode *N, SelectionDAG &DAG) {
|
|||||||
return SDValue();
|
return SDValue();
|
||||||
}
|
}
|
||||||
|
|
||||||
/// PerformShiftCombine - Transforms vector shift nodes to use vector shifts
|
/// PerformShiftCombine - Combine shifts.
|
||||||
/// when possible.
|
|
||||||
static SDValue PerformShiftCombine(SDNode* N, SelectionDAG &DAG,
|
static SDValue PerformShiftCombine(SDNode* N, SelectionDAG &DAG,
|
||||||
TargetLowering::DAGCombinerInfo &DCI,
|
TargetLowering::DAGCombinerInfo &DCI,
|
||||||
const X86Subtarget *Subtarget) {
|
const X86Subtarget *Subtarget) {
|
||||||
|
Loading…
Reference in New Issue
Block a user