[PATCH] D70013: [JumpThreading] Fix a comment typo (NFC)
Kazu Hirata via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 8 09:31:18 PST 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rG9aff5e1c1884: [JumpThreading] Fix a comment typo (NFC) (authored by kazu).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70013/new/
https://reviews.llvm.org/D70013
Files:
llvm/lib/Transforms/Scalar/JumpThreading.cpp
Index: llvm/lib/Transforms/Scalar/JumpThreading.cpp
===================================================================
--- llvm/lib/Transforms/Scalar/JumpThreading.cpp
+++ llvm/lib/Transforms/Scalar/JumpThreading.cpp
@@ -1897,7 +1897,7 @@
LVI->eraseBlock(SinglePred);
MergeBasicBlockIntoOnlyPred(BB, DTU);
- // Now that BB is merged into SinglePred (i.e. SinglePred Code followed by
+ // Now that BB is merged into SinglePred (i.e. SinglePred code followed by
// BB code within one basic block `BB`), we need to invalidate the LVI
// information associated with BB, because the LVI information need not be
// true for all of BB after the merge. For example,
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70013.228478.patch
Type: text/x-patch
Size: 678 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191108/2ad63fa6/attachment.bin>
More information about the llvm-commits
mailing list