Fix Wdocumentation unknown parameter warning
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Mon, 8 Aug 2016 11:49:24 +0000 (11:49 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Mon, 8 Aug 2016 11:49:24 +0000 (11:49 +0000)
llvm-svn: 277994

llvm/include/llvm/Analysis/Loads.h

index df5ec70..139bf3c 100644 (file)
@@ -78,8 +78,6 @@ extern cl::opt<unsigned> 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.
 ///