Skip to content

Commit 6b480a2

Browse files
committed
improve comment
1 parent dc1143d commit 6b480a2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

llvm/test/DebugInfo/KeyInstructions/Generic/jump-threading-basic.ll

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
; RUN: opt %s --passes=jump-threading -S -o - -S | FileCheck %s
22

33
;; +-> T1 -+
4-
;; | v +-> T2
4+
;; | v +-> T2.
55
;; Entry -+ Merge -+
6-
;; | ^ +-> F2
6+
;; | ^ +-> F2.
77
;; +-> F1 -+
88
;;
99
;; Thread T1 -> T2 and F1 -> F2 through Merge.
1010
;;
11-
;; +-> T1
11+
;; +-> T1 (+ Merge + T2).
1212
;; |
1313
;; Entry -+
1414
;; |
15-
;; +-> F1
15+
;; +-> F1 (+ Merge + F2).
1616
;;
1717
;; Check the duplicated instructions atoms are remapped.
1818

0 commit comments

Comments
 (0)