[llvm] 6fa0b6d - Fix [ADT][NFC] SCCIterator: Change hasLoop() to hasCycle()

Stefanos Baziotis via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 1 09:36:40 PST 2020


Author: Stefanos Baziotis
Date: 2020-03-01T19:35:58+02:00
New Revision: 6fa0b6dd5240b2fffddd5e9119c3c4d7cc69b0ef

URL: https://github.com/llvm/llvm-project/commit/6fa0b6dd5240b2fffddd5e9119c3c4d7cc69b0ef
DIFF: https://github.com/llvm/llvm-project/commit/6fa0b6dd5240b2fffddd5e9119c3c4d7cc69b0ef.diff

LOG: Fix [ADT][NFC] SCCIterator: Change hasLoop() to hasCycle()

Added: 
    

Modified: 
    llvm/test/ThinLTO/X86/module_summary_graph_traits.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/ThinLTO/X86/module_summary_graph_traits.ll b/llvm/test/ThinLTO/X86/module_summary_graph_traits.ll
index b6a649546500..6c5c667049ad 100644
--- a/llvm/test/ThinLTO/X86/module_summary_graph_traits.ll
+++ b/llvm/test/ThinLTO/X86/module_summary_graph_traits.ll
@@ -10,8 +10,8 @@
 ; CHECK: 5800840261926955363{{.*}} is root
 
 ; CHECK: SCC (2 nodes) {
-; CHECK-NEXT: {{^}} 17000277804057984823 (has loop)
-; CHECK-NEXT: {{^}} 765152853862302398 (has loop)
+; CHECK-NEXT: {{^}} 17000277804057984823 (has cycle)
+; CHECK-NEXT: {{^}} 765152853862302398 (has cycle)
 ; CHECK-NEXT: }
 
 ; CHECK: SCC (1 node) {


        


More information about the llvm-commits mailing list