[llvm] r225753 - fix typo; NFC

Sanjay Patel spatel at rotateright.com
Mon Jan 12 17:51:52 PST 2015


Author: spatel
Date: Mon Jan 12 19:51:52 2015
New Revision: 225753

URL: http://llvm.org/viewvc/llvm-project?rev=225753&view=rev
Log:
fix typo; NFC

Modified:
    llvm/trunk/lib/Transforms/Scalar/JumpThreading.cpp

Modified: llvm/trunk/lib/Transforms/Scalar/JumpThreading.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Scalar/JumpThreading.cpp?rev=225753&r1=225752&r2=225753&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Scalar/JumpThreading.cpp (original)
+++ llvm/trunk/lib/Transforms/Scalar/JumpThreading.cpp Mon Jan 12 19:51:52 2015
@@ -797,7 +797,7 @@ bool JumpThreading::ProcessBlock(BasicBl
       }
 
     } 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 =





More information about the llvm-commits mailing list