1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

Fix a typo in FindAvailableLoadedValue, introduced by r273734. [-Wdocumentation]

llvm-svn: 273774
This commit is contained in:
NAKAMURA Takumi 2016-06-25 06:03:14 +00:00
parent 3d4d8ef75b
commit 44505218ac

View File

@ -83,7 +83,7 @@ extern cl::opt<unsigned> DefMaxInstsToScan;
/// 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
/// \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.
///
/// \returns The found value, or nullptr if no value is found.