diff options
author | Jesper Antonsson <jesper.antonsson@ericsson.com> | 2018-06-28 10:55:04 +0000 |
---|---|---|
committer | Jesper Antonsson <jesper.antonsson@ericsson.com> | 2018-06-28 10:55:04 +0000 |
commit | 514b6b579612ce7008b1a1dc393b250dffab5e7a (patch) | |
tree | f707f6223726443f10c117e43f08d9f70a2d57ee /llvm/lib/Transforms/Utils/SimplifyCFG.cpp | |
parent | a25737600399bc3a5ca6812bc3dbff5b87095fcd (diff) | |
download | bcm5719-llvm-514b6b579612ce7008b1a1dc393b250dffab5e7a.tar.gz bcm5719-llvm-514b6b579612ce7008b1a1dc393b250dffab5e7a.zip |
Comment change to verify commit rights. NFC.
Summary: Just a silly one-character correction.
Subscribers: llvm-commits
Differential Revision: https://reviews.llvm.org/D48709
llvm-svn: 335832
Diffstat (limited to 'llvm/lib/Transforms/Utils/SimplifyCFG.cpp')
-rw-r--r-- | llvm/lib/Transforms/Utils/SimplifyCFG.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Utils/SimplifyCFG.cpp b/llvm/lib/Transforms/Utils/SimplifyCFG.cpp index 579a342af9a..083e83fdb7d 100644 --- a/llvm/lib/Transforms/Utils/SimplifyCFG.cpp +++ b/llvm/lib/Transforms/Utils/SimplifyCFG.cpp @@ -5679,7 +5679,7 @@ bool SimplifyCFGOpt::SimplifyIndirectBr(IndirectBrInst *IBI) { /// any transform which might inhibit optimization (such as our ability to /// specialize a particular handler via tail commoning). We do this by not /// merging any blocks which require us to introduce a phi. Since the same -/// values are flowing through both blocks, we don't loose any ability to +/// values are flowing through both blocks, we don't lose any ability to /// specialize. If anything, we make such specialization more likely. /// /// TODO - This transformation could remove entries from a phi in the target |