summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/JumpThreading.cpp
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2016-11-20 13:19:49 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2016-11-20 13:19:49 +0000
commit7d18a70dac478167cd7ba5048a8f0504d242ee30 (patch)
treef5d803b53b2d211725ad95c863d6edecd7a55306 /llvm/lib/Transforms/Scalar/JumpThreading.cpp
parent7a6b6d56566319d813b158b753da00ce7c223580 (diff)
downloadbcm5719-llvm-7d18a70dac478167cd7ba5048a8f0504d242ee30.tar.gz
bcm5719-llvm-7d18a70dac478167cd7ba5048a8f0504d242ee30.zip
Fix spelling mistakes in Transforms comments. NFC.
Identified by Pedro Giffuni in PR27636. llvm-svn: 287488
Diffstat (limited to 'llvm/lib/Transforms/Scalar/JumpThreading.cpp')
-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 ddad3004fc7..1870c3deb4f 100644
--- a/llvm/lib/Transforms/Scalar/JumpThreading.cpp
+++ b/llvm/lib/Transforms/Scalar/JumpThreading.cpp
@@ -1603,7 +1603,7 @@ bool JumpThreadingPass::ThreadEdge(BasicBlock *BB,
}
/// Create a new basic block that will be the predecessor of BB and successor of
-/// all blocks in Preds. When profile data is availble, update the frequency of
+/// all blocks in Preds. When profile data is available, update the frequency of
/// this new block.
BasicBlock *JumpThreadingPass::SplitBlockPreds(BasicBlock *BB,
ArrayRef<BasicBlock *> Preds,
OpenPOWER on IntegriCloud