Guest User

Untitled

a guest
Oct 17th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. define x86_stdcallcc i32 @_foo([8192 x i8] %big_arg) {
  2. entry:
  3. ret i32 1
  4. }
  5.  
  6. define x86_stdcallcc i32 @_Dmain({ i64, { i64, i8* }* } %unnamed) {
  7. entry:
  8. %buf = alloca [8192 x i8], align 1
  9. %tmp4 = load [8192 x i8]* %buf
  10. %tmp5 = call x86_stdcallcc i32 @_foo([8192 x i8] %tmp4)
  11. ret i32 %tmp5
  12. }
Add Comment
Please, Sign In to add comment