diff options
author | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | 2010-09-03 19:55:05 +0000 |
---|---|---|
committer | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | 2010-09-03 19:55:05 +0000 |
commit | 6979cf08082f927ba2e94c4154fed74df0840968 (patch) | |
tree | 8684ada5aa2fe93e79ee1103e2127b4b97933ed8 | |
parent | 6f3da24d7027417e96f30a06e13cbba9b9280dc2 (diff) | |
download | llvm-6979cf08082f927ba2e94c4154fed74df0840968.zip llvm-6979cf08082f927ba2e94c4154fed74df0840968.tar.gz llvm-6979cf08082f927ba2e94c4154fed74df0840968.tar.bz2 |
Reapply Fix comment
llvm-svn: 113006
-rw-r--r-- | llvm/lib/Target/X86/X86ISelLowering.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/Target/X86/X86ISelLowering.cpp b/llvm/lib/Target/X86/X86ISelLowering.cpp index e7a8d06..a64eea0 100644 --- a/llvm/lib/Target/X86/X86ISelLowering.cpp +++ b/llvm/lib/Target/X86/X86ISelLowering.cpp @@ -9698,9 +9698,9 @@ static SDValue PerformShuffleCombine(SDNode *N, SelectionDAG &DAG, return EltsFromConsecutiveLoads(VT, Elts, dl, DAG); } -/// PerformShuffleCombine - Detect vector gather/scatter index generation -/// and convert it from being a bunch of shuffles and extracts to a simple -/// store and scalar loads to extract the elements. +/// PerformEXTRACT_VECTOR_ELTCombine - Detect vector gather/scatter index +/// generation and convert it from being a bunch of shuffles and extracts +/// to a simple store and scalar loads to extract the elements. static SDValue PerformEXTRACT_VECTOR_ELTCombine(SDNode *N, SelectionDAG &DAG, const TargetLowering &TLI) { SDValue InputVector = N->getOperand(0); |