[llvm] r277994 - Fix Wdocumentation unknown parameter warning
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 8 04:49:25 PDT 2016
Author: rksimon
Date: Mon Aug 8 06:49:24 2016
New Revision: 277994
URL: http://llvm.org/viewvc/llvm-project?rev=277994&view=rev
Log:
Fix Wdocumentation unknown parameter warning
Modified:
llvm/trunk/include/llvm/Analysis/Loads.h
Modified: llvm/trunk/include/llvm/Analysis/Loads.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Analysis/Loads.h?rev=277994&r1=277993&r2=277994&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Analysis/Loads.h (original)
+++ llvm/trunk/include/llvm/Analysis/Loads.h Mon Aug 8 06:49:24 2016
@@ -78,8 +78,6 @@ extern cl::opt<unsigned> DefMaxInstsToSc
/// 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.
///
More information about the llvm-commits
mailing list