typo; NFC

llvm-svn: 247454
This commit is contained in:
Sanjay Patel 2015-09-11 19:29:18 +00:00
parent 7174dcfb0f
commit 41c739b3fa
1 changed files with 1 additions and 1 deletions

View File

@ -847,7 +847,7 @@ Instruction *InstCombiner::FoldOpIntoPhi(Instruction &I) {
NewPN->takeName(PN);
// If we are going to have to insert a new computation, do so right before the
// predecessors terminator.
// predecessor's terminator.
if (NonConstBB)
Builder->SetInsertPoint(NonConstBB->getTerminator());