[llvm] r287224 - Wdocumentation fix
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 17 04:21:45 PST 2016
Author: rksimon
Date: Thu Nov 17 06:21:45 2016
New Revision: 287224
URL: http://llvm.org/viewvc/llvm-project?rev=287224&view=rev
Log:
Wdocumentation fix
Modified:
llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
Modified: llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/X86ISelLowering.cpp?rev=287224&r1=287223&r2=287224&view=diff
==============================================================================
--- llvm/trunk/lib/Target/X86/X86ISelLowering.cpp (original)
+++ llvm/trunk/lib/Target/X86/X86ISelLowering.cpp Thu Nov 17 06:21:45 2016
@@ -2376,11 +2376,11 @@ EVT X86TargetLowering::getTypeForExtRetu
/// Reads two 32 bit registers and creates a 64 bit mask value.
/// @param VA The current 32 bit value that need to be assigned.
/// @param NextVA The next 32 bit value that need to be assigned.
-/// @param Root The parent DAG note
-/// @param [inout] InFlag Represents SDvalue in the parent DAG node for
-/// glue purposes. In the case the DAG is already using
-/// physical register instead of virtual, we should glue
-/// our new SDValue to InFlag SDvalue.
+/// @param Root The parent DAG node.
+/// @param [in,out] InFlag Represents SDvalue in the parent DAG node for
+/// glue purposes. In the case the DAG is already using
+/// physical register instead of virtual, we should glue
+/// our new SDValue to InFlag SDvalue.
/// @return a new SDvalue of size 64bit.
static SDValue getv64i1Argument(CCValAssign &VA, CCValAssign &NextVA,
SDValue &Root, SelectionDAG &DAG,
More information about the llvm-commits
mailing list