Advertisement
Guest User

Untitled

a guest
Apr 2nd, 2020
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. Finding tree:
  2. Function: Example_Func
  3. BaseBlock:
  4. Stmt 0:
  5. GIMPLE_CALL:
  6. __builtin_puts()
  7.  
  8. Stmt 1:
  9. GIMPLE_RETURN
  10.  
  11. Finding tree:
  12. Function: main
  13. BaseBlock:
  14. Stmt 0:
  15. GIMPLE_CALL:
  16. r_4 = rand()
  17.  
  18. Stmt 1:
  19. GIMPLE_COND:
  20. if (r_4 > 2)
  21.  
  22. BaseBlock:
  23. Stmt 0:
  24. ASSIGN: 3 args
  25. a_9 = b_8+ 322
  26. BaseBlock:
  27. Stmt 0:
  28. ASSIGN: 3 args
  29. a_10 = 322- b_8
  30. BaseBlock:
  31. Stmt 0:
  32. GIMPLE_CALL:
  33. printf(, 633, a_1)
  34.  
  35. Stmt 1:
  36. GIMPLE_RETURN
  37. 0
  38. Finding tree:
  39. Function: Example_Func
  40. BaseBlock:
  41. Stmt 0:
  42. GIMPLE_CALL:
  43. __builtin_puts()
  44.  
  45. Stmt 1:
  46. GIMPLE_RETURN
  47.  
  48. Finding tree:
  49. Function: main
  50. BaseBlock:
  51. Stmt 0:
  52. GIMPLE_CALL:
  53. r_4 = rand()
  54.  
  55. Stmt 1:
  56. GIMPLE_COND:
  57. if (r_4 > 2)
  58.  
  59. BaseBlock:
  60. Stmt 0:
  61. ASSIGN: 3 args
  62. a_6 = b_5+ 322
  63. BaseBlock:
  64. Stmt 0:
  65. ASSIGN: 3 args
  66. a_7 = 322- b_5
  67. BaseBlock:
  68. Stmt 0:
  69. GIMPLE_CALL:
  70. printf(, 633, a_1)
  71.  
  72. Stmt 1:
  73. GIMPLE_RETURN
  74. 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement