summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanjay Patel <spatel@rotateright.com>2015-01-13 01:51:52 +0000
committerSanjay Patel <spatel@rotateright.com>2015-01-13 01:51:52 +0000
commitdb8e6f472e345292b66e5d1c7971883f5acbb20a (patch)
tree85714a72809eda89b4f776e080888bff4b63f514
parent3542ace6ef36c15049e20cf17774ced0df8be741 (diff)
downloadbcm5719-llvm-db8e6f472e345292b66e5d1c7971883f5acbb20a.tar.gz
bcm5719-llvm-db8e6f472e345292b66e5d1c7971883f5acbb20a.zip
fix typo; NFC
llvm-svn: 225753
-rw-r--r--llvm/lib/Transforms/Scalar/JumpThreading.cpp2
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 =
OpenPOWER on IntegriCloud