Re: [CIL users] How to use Reaching Defition module?

2013-07-07 Thread Gabriel Kerneis
On Mon, Jul 08, 2013 at 01:20:51PM +0800, Sahana V P wrote: > it did not give any output even though it compiled > without any errors. I have never used this module, but the reason why your program doesn't print anything is because you "ignore(...)" the statements instead of printing them. Instea

[CIL users] How to use Reaching Defition module?

2013-07-07 Thread Sahana V P
Hi, I am trying to use Reaching Definition module, but I am not able to get how to print the hashtables . I tried using ReachingDef.ppFdec fdec and also ReachingDef.getRDs sid in my code, after using ReachingDef.computeRDs fdec and preparing the CFG but it did not give any output even though it