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

Fix typo on Instruction::insert{After,Before}(). NFC

llvm-svn: 237300
This commit is contained in:
Jonathan Roelofs 2015-05-13 22:14:43 +00:00
parent ca8e06d93f
commit 5d0e21ce41

View File

@ -90,12 +90,12 @@ public:
/// \returns an iterator pointing to the element after the erased one
iplist<Instruction>::iterator eraseFromParent();
/// insertBefore - Insert an unlinked instructions into a basic block
/// immediately before the specified instruction.
/// Insert an unlinked instruction into a basic block immediately before
/// the specified instruction.
void insertBefore(Instruction *InsertPos);
/// insertAfter - Insert an unlinked instructions into a basic block
/// immediately after the specified instruction.
/// Insert an unlinked instruction into a basic block immediately after the
/// specified instruction.
void insertAfter(Instruction *InsertPos);
/// moveBefore - Unlink this instruction from its current basic block and