summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorNadav Rotem <nrotem@apple.com>2013-05-04 23:24:56 +0000
committerNadav Rotem <nrotem@apple.com>2013-05-04 23:24:56 +0000
commit42932bdcd04efb97db26d8d2262392bfe2ccc6e9 (patch)
treeaeab59c35d6d25e0351e1ea7af10637980f53d32 /llvm/lib
parent7b55b97dba57e32aac7fbdeb8a7b54ab32d90e8d (diff)
downloadbcm5719-llvm-42932bdcd04efb97db26d8d2262392bfe2ccc6e9.tar.gz
bcm5719-llvm-42932bdcd04efb97db26d8d2262392bfe2ccc6e9.zip
Fix an odd comment.
llvm-svn: 181136
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/X86/X86ISelLowering.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/Target/X86/X86ISelLowering.cpp b/llvm/lib/Target/X86/X86ISelLowering.cpp
index 26ad64eeca6..751fb49d850 100644
--- a/llvm/lib/Target/X86/X86ISelLowering.cpp
+++ b/llvm/lib/Target/X86/X86ISelLowering.cpp
@@ -16252,8 +16252,7 @@ static SDValue PerformSHLCombine(SDNode *N, SelectionDAG &DAG) {
return SDValue();
}
-/// PerformShiftCombine - Transforms vector shift nodes to use vector shifts
-/// when possible.
+/// PerformShiftCombine - Combine shifts.
static SDValue PerformShiftCombine(SDNode* N, SelectionDAG &DAG,
TargetLowering::DAGCombinerInfo &DCI,
const X86Subtarget *Subtarget) {
OpenPOWER on IntegriCloud