From: Sanjay Patel Date: Fri, 11 Sep 2015 19:29:18 +0000 (+0000) Subject: typo; NFC X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4d5d1dcf1d63047f162c4a43898ad6d847d7b661;p=oota-llvm.git typo; NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@247454 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/InstCombine/InstructionCombining.cpp b/lib/Transforms/InstCombine/InstructionCombining.cpp index ed9c5586e1b..badf2d6a632 100644 --- a/lib/Transforms/InstCombine/InstructionCombining.cpp +++ b/lib/Transforms/InstCombine/InstructionCombining.cpp @@ -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());