Skip to content

Commit 8e4f0d3

Browse files
preameslukel97
andauthored
Update llvm/include/llvm/CodeGen/SelectionDAG.h
Co-authored-by: Luke Lau <[email protected]>
1 parent 2453a68 commit 8e4f0d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/CodeGen/SelectionDAG.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,7 @@ class SelectionDAG {
924924
/// Example: shuffle A, B, <0,5,2,7> -> shuffle B, A, <4,1,6,3>
925925
SDValue getCommutedVectorShuffle(const ShuffleVectorSDNode &SV);
926926

927-
/// Extract element at \p Idx from \o Vec. See EXTRACT_VECTOR_ELT
927+
/// Extract element at \p Idx from \p Vec. See EXTRACT_VECTOR_ELT
928928
/// description for result type handling.
929929
SDValue getExtractVectorElt(const SDLoc &DL, EVT VT, SDValue Vec,
930930
unsigned Idx) {

0 commit comments

Comments
 (0)