From: Simon Pilgrim Date: Thu, 17 Nov 2016 12:21:45 +0000 (+0000) Subject: Wdocumentation fix X-Git-Tag: llvmorg-4.0.0-rc1~4305 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=67ef3b984a57e56437179d6aac9063bb017aee51;p=platform%2Fupstream%2Fllvm.git Wdocumentation fix llvm-svn: 287224 --- diff --git a/llvm/lib/Target/X86/X86ISelLowering.cpp b/llvm/lib/Target/X86/X86ISelLowering.cpp index 838e75b..5226570 100644 --- a/llvm/lib/Target/X86/X86ISelLowering.cpp +++ b/llvm/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,