fix typo; NFC
authorSanjay Patel <spatel@rotateright.com>
Tue, 13 Jan 2015 01:51:52 +0000 (01:51 +0000)
committerSanjay Patel <spatel@rotateright.com>
Tue, 13 Jan 2015 01:51:52 +0000 (01:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225753 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/JumpThreading.cpp

index ba165bdcde481296aa8ac5627fbe76d59bcddf8d..96bb2c8d191f759e1ce8182bae306e11016fe9d3 100644 (file)
@@ -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 =