diff options
author | Sanjay Patel <spatel@rotateright.com> | 2015-09-11 19:29:18 +0000 |
---|---|---|
committer | Sanjay Patel <spatel@rotateright.com> | 2015-09-11 19:29:18 +0000 |
commit | 41c739b3fa5b2b6b215ef8f728e55e4519b79ff3 (patch) | |
tree | 16bbd079b6bb1d11b3591d0525add4d2c5e013a1 /llvm/lib | |
parent | 7174dcfb0f14d871a37d9effcb3ac3ca73342a5a (diff) | |
download | bcm5719-llvm-41c739b3fa5b2b6b215ef8f728e55e4519b79ff3.tar.gz bcm5719-llvm-41c739b3fa5b2b6b215ef8f728e55e4519b79ff3.zip |
typo; NFC
llvm-svn: 247454
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Transforms/InstCombine/InstructionCombining.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/InstCombine/InstructionCombining.cpp b/llvm/lib/Transforms/InstCombine/InstructionCombining.cpp index ed9c5586e1b..badf2d6a632 100644 --- a/llvm/lib/Transforms/InstCombine/InstructionCombining.cpp +++ b/llvm/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()); |