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

fix typo; NFC

llvm-svn: 258332
This commit is contained in:
Sanjay Patel 2016-01-20 18:59:48 +00:00
parent b8733f574f
commit bc36d3b932

View File

@ -4093,7 +4093,7 @@ Value *llvm::SimplifyInstruction(Instruction *I, const DataLayout &DL,
return Result == I ? UndefValue::get(I->getType()) : Result;
}
/// \brief Implementation of recursive simplification through an instructions
/// \brief Implementation of recursive simplification through an instruction's
/// uses.
///
/// This is the common implementation of the recursive simplification routines.