Fix an odd comment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181136 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Nadav Rotem 2013-05-04 23:24:56 +00:00
parent 7428539a1c
commit 0fb6523eae

View File

@ -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) {