[llvm] 8a84158 - [StructurizeCFG] Fix an incorrect comment, NFC.

Ehud Katz via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 1 07:42:35 PDT 2020


Author: Ehud Katz
Date: 2020-06-01T17:42:09+03:00
New Revision: 8a84158e5b966236c0e090cd5c7f44dab69e59a8

URL: https://github.com/llvm/llvm-project/commit/8a84158e5b966236c0e090cd5c7f44dab69e59a8
DIFF: https://github.com/llvm/llvm-project/commit/8a84158e5b966236c0e090cd5c7f44dab69e59a8.diff

LOG: [StructurizeCFG] Fix an incorrect comment, NFC.

Added: 
    

Modified: 
    llvm/lib/Transforms/Scalar/StructurizeCFG.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Transforms/Scalar/StructurizeCFG.cpp b/llvm/lib/Transforms/Scalar/StructurizeCFG.cpp
index ef59f2412f68..c20e57b02c1a 100644
--- a/llvm/lib/Transforms/Scalar/StructurizeCFG.cpp
+++ b/llvm/lib/Transforms/Scalar/StructurizeCFG.cpp
@@ -361,7 +361,7 @@ bool StructurizeCFG::doInitialization(Region *R, RGPassManager &RGM) {
   return false;
 }
 
-/// Build up the general order of nodes, by performing a topology sort of the
+/// Build up the general order of nodes, by performing a topological sort of the
 /// parent region's nodes, while ensuring that there is no outer cycle node
 /// between any two inner cycle nodes.
 void StructurizeCFG::orderNodes() {


        


More information about the llvm-commits mailing list