From ba41afe0a4bea4e1a78db58e241f956408bf6574 Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Thu, 17 Nov 2016 12:21:45 +0000 Subject: [PATCH] Wdocumentation fix git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@287224 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/X86/X86ISelLowering.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/Target/X86/X86ISelLowering.cpp b/lib/Target/X86/X86ISelLowering.cpp index 838e75b4b36..5226570ea33 100644 --- a/lib/Target/X86/X86ISelLowering.cpp +++ b/lib/Target/X86/X86ISelLowering.cpp @@ -2376,11 +2376,11 @@ EVT X86TargetLowering::getTypeForExtReturn(LLVMContext &Context, EVT VT, /// 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, -- 2.40.0