[LLVMdev] jump to function
dan mihai
dnmh68 at hotmail.com
Wed May 20 14:22:02 PDT 2009
Hello,
Is it possible to jump from one function to the beginning of another function?
For instance, assume wrapper_FOO is a wrapper for FOO. I replace the code
..............................
bar() {
FOO(...)
}
..............................
with
..............................
bar() {
wrapper_FOO(...)
}
..............................
Now, for efficiency, I'd like to have
wrapper_FOO() {
<do some work>
jump FOO;
}
Thank you,
Dan
_________________________________________________________________
Insert movie times and more without leaving HotmailĀ®.
http://windowslive.com/Tutorial/Hotmail/QuickAdd?ocid=TXT_TAGLM_WL_HM_Tutorial_QuickAdd1_052009
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090520/69c04440/attachment.html>
More information about the llvm-dev
mailing list