[LLVMdev] Fake Exit node

Anand Shukla ashukla at uiuc.edu
Fri Nov 29 17:41:01 PST 2002


There is a pass "UnifyFunctionExitNodes()" (you can add it to AnalysisUsage
of your pass) that does the trick.

-anand
----- Original Message -----
From: "David Crowe" <dcrowe at tremor.crhc.uiuc.edu>
To: <llvmdev at cs.uiuc.edu>
Sent: Friday, November 29, 2002 4:58 PM
Subject: [LLVMdev] Fake Exit node


> Is there a facility with which we may automagically create a "fake" exit
> node, one that is the target of all BasicBlocks ending in return.  This
> would be very helpful to IP dataflow analysis...
>
> Dave
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev
>




More information about the llvm-dev mailing list