From: Sanjay Patel Date: Tue, 13 Jan 2015 01:51:52 +0000 (+0000) Subject: fix typo; NFC X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=97c66ef49043eaa3074713d50d284a323f4e5683;p=oota-llvm.git fix typo; NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225753 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Scalar/JumpThreading.cpp b/lib/Transforms/Scalar/JumpThreading.cpp index ba165bdcde4..96bb2c8d191 100644 --- a/lib/Transforms/Scalar/JumpThreading.cpp +++ b/lib/Transforms/Scalar/JumpThreading.cpp @@ -797,7 +797,7 @@ bool JumpThreading::ProcessBlock(BasicBlock *BB) { } } else if (CondBr && CondConst && CondBr->isConditional()) { - // There might be an invairant in the same block with the conditional + // There might be an invariant in the same block with the conditional // that can determine the predicate. LazyValueInfo::Tristate Ret =