From 4981ec9a56089db4302f0c508bcbe941154dfebe Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Mon, 8 Aug 2016 11:49:24 +0000 Subject: [PATCH] Fix Wdocumentation unknown parameter warning llvm-svn: 277994 --- llvm/include/llvm/Analysis/Loads.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/llvm/include/llvm/Analysis/Loads.h b/llvm/include/llvm/Analysis/Loads.h index df5ec70..139bf3c 100644 --- a/llvm/include/llvm/Analysis/Loads.h +++ b/llvm/include/llvm/Analysis/Loads.h @@ -78,8 +78,6 @@ extern cl::opt DefMaxInstsToScan; /// is zero, the whole block will be scanned. /// \param AA Optional pointer to alias analysis, to make the scan more /// precise. -/// \param [out] AATags The aliasing metadata for the operation which produced -/// the value. FIXME: This is basically useless. /// \param [out] IsLoadCSE Whether the returned value is a load from the same /// location in memory, as opposed to the value operand of a store. /// -- 2.7.4