Advertisement
Guest User

Untitled

a guest
Jan 16th, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. ; Function Attrs: noinline nounwind ssp uwtable
  2. define void @foo() #0 {
  3. br label %1
  4.  
  5. ; <label>:1: ; preds = %0, %1
  6. br label %1
  7. ; No predecessors!
  8. ret void
  9. }
  10.  
  11. ; Function Attrs: noinline nounwind ssp uwtable
  12. define i32 @main() #0 {
  13. %1 = alloca i32, align 4
  14. store i32 0, i32* %1, align 4
  15. call void @foo()
  16. unreachable
  17. ; No predecessors!
  18. %3 = load i32, i32* %1, align 4
  19. ret i32 %3
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement