1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

Fix Wdocumentation unknown parameter warning

llvm-svn: 277994
This commit is contained in:
Simon Pilgrim 2016-08-08 11:49:24 +00:00
parent 2fb1eee1bf
commit 67fe9a6ff9

View 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.
///