Advertisement
Guest User

Untitled

a guest
Jun 12th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
DOT 1.06 KB | None | 0 0
  1. digraph hellobc {
  2. main [shape=circle]
  3. main -> mainentry
  4. mainentry [shape=box]
  5. mainentry -> 2
  6. 2 [shape=box]
  7. 2 -> 3
  8. 3 [shape=box]
  9. 3 -> 4
  10. 4 [shape=box]
  11. 4 -> 5
  12. 5 [shape=box]
  13. 5 -> 6
  14. 6 [shape=box]
  15. 6 -> 7
  16. 7 [shape=box]
  17. 7 -> 8
  18. 8 [shape=box]
  19. 8 -> 9
  20. 9 [shape=box]
  21. 9 -> 10
  22. 10 [shape=box]
  23. 10 -> 11
  24. 11 [shape=box]
  25. 11 -> 12
  26. 12 [shape=diamond]
  27. 12 -> mainbb2
  28. 12 -> mainbb
  29. mainbb [shape=box]
  30. mainbb -> 14
  31. 14 [shape=box]
  32. 14 -> 15
  33. 15 [shape=box]
  34. 15 -> mainbb3
  35. mainbb2 [shape=box]
  36. mainbb2 -> 17
  37. 17 [shape=box]
  38. 17 -> 18
  39. 18 [shape=box]
  40. 18 -> mainbb3
  41. mainbb3 [shape=box]
  42. mainbb3 -> 20
  43. 20 [shape=box]
  44. 20 -> 21
  45. 21 [shape=box]
  46. 21 -> 22
  47. 22 [shape=diamond]
  48. 22 -> mainbb6
  49. 22 -> mainbb5
  50. mainbb5 [shape=box]
  51. mainbb5 -> 24
  52. 24 [shape=box]
  53. 24 -> 25
  54. 25 [shape=box]
  55. 25 -> mainbb6
  56. mainbb6 [shape=box]
  57. mainbb6 -> 27
  58. 27 [shape=box]
  59. 27 -> 28
  60. 28 [shape=box]
  61. 28 -> 29
  62. 29 [shape=box]
  63. 29 -> 30
  64. 30 [shape=box]
  65. 30 -> mainreturn
  66. mainreturn [shape=box]
  67. mainreturn -> 32
  68. 32 [shape=box]
  69. 32 -> 33
  70. 33 [shape=circle]
  71. llvmmemcpyi32 [shape=circle]
  72. puts [shape=circle]
  73. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement