Reputation: 379
I'd like to insert following function definition to llvm IR
define internal void @main.new.fn(i8* nocapture %.data) nounwind {
enrty:
....
}
Can someone please suggest a method for this function insertion?
Upvotes: 2
Views: 608