From: Chris Lattner Date: Mon, 21 Apr 2008 18:25:01 +0000 (+0000) Subject: fix grammar-o, thanks to Duncan for noticing. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=037c781de797242ba652db775f1f2c5d2d4eb19b;p=oota-llvm.git fix grammar-o, thanks to Duncan for noticing. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50047 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Scalar/JumpThreading.cpp b/lib/Transforms/Scalar/JumpThreading.cpp index 3bca7ff19af..b68a969bc16 100644 --- a/lib/Transforms/Scalar/JumpThreading.cpp +++ b/lib/Transforms/Scalar/JumpThreading.cpp @@ -142,7 +142,7 @@ bool JumpThreading::ThreadBlock(BasicBlock *BB) { return false; // Must be an invoke. // If the terminator of this block is branching on a constant, simplify the - // terminator to an unconditional branch. This can occur do to threading in + // terminator to an unconditional branch. This can occur due to threading in // other blocks. if (isa(Condition)) { DOUT << " In block '" << BB->getNameStart()