typo; NFC
authorSanjay Patel <spatel@rotateright.com>
Fri, 11 Sep 2015 19:29:18 +0000 (19:29 +0000)
committerSanjay Patel <spatel@rotateright.com>
Fri, 11 Sep 2015 19:29:18 +0000 (19:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@247454 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/InstCombine/InstructionCombining.cpp

index ed9c5586e1bbe1bd77a9c4983ff573fc8dfcae18..badf2d6a6328c5fc2ec382f4a60c5c09bcf8a568 100644 (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());