From 67ef3b984a57e56437179d6aac9063bb017aee51 Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Thu, 17 Nov 2016 12:21:45 +0000 Subject: [PATCH] Wdocumentation fix llvm-svn: 287224 --- llvm/lib/Target/X86/X86ISelLowering.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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, -- 2.7.4