diff options
author | Sanjay Patel <spatel@rotateright.com> | 2015-01-13 01:51:52 +0000 |
---|---|---|
committer | Sanjay Patel <spatel@rotateright.com> | 2015-01-13 01:51:52 +0000 |
commit | db8e6f472e345292b66e5d1c7971883f5acbb20a (patch) | |
tree | 85714a72809eda89b4f776e080888bff4b63f514 | |
parent | 3542ace6ef36c15049e20cf17774ced0df8be741 (diff) | |
download | bcm5719-llvm-db8e6f472e345292b66e5d1c7971883f5acbb20a.tar.gz bcm5719-llvm-db8e6f472e345292b66e5d1c7971883f5acbb20a.zip |
fix typo; NFC
llvm-svn: 225753
-rw-r--r-- | llvm/lib/Transforms/Scalar/JumpThreading.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/JumpThreading.cpp b/llvm/lib/Transforms/Scalar/JumpThreading.cpp index ba165bdcde4..96bb2c8d191 100644 --- a/llvm/lib/Transforms/Scalar/JumpThreading.cpp +++ b/llvm/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 = |