[PATCH] D99144: [NFC] Fix comment describing what EdgeBundles is
Max Kazantsev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 23 21:04:35 PDT 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rG85cbfe75afa7: [NFC] Fix comment describing what EdgeBundles is (authored by mkazantsev).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99144/new/
https://reviews.llvm.org/D99144
Files:
llvm/include/llvm/CodeGen/EdgeBundles.h
Index: llvm/include/llvm/CodeGen/EdgeBundles.h
===================================================================
--- llvm/include/llvm/CodeGen/EdgeBundles.h
+++ llvm/include/llvm/CodeGen/EdgeBundles.h
@@ -8,7 +8,7 @@
//
// The EdgeBundles analysis forms equivalence classes of CFG edges such that all
// edges leaving a machine basic block are in the same bundle, and all edges
-// leaving a basic block are in the same bundle.
+// entering a machine basic block are in the same bundle.
//
//===----------------------------------------------------------------------===//
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99144.332861.patch
Type: text/x-patch
Size: 580 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210324/22ac8f57/attachment.bin>
More information about the llvm-commits
mailing list