Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Control flow graph question?

Yes you should. Probably a bug somewhere. Send bug.

On Fri, Oct 8, 2010 at 4:11 PM, Figuer, Felipe A <Felipe.A.Figuer@xxxxxxxxxx> wrote:

Hi and thanks for your help.

 

One quick question this time.

 

Should I be getting an unconnected node from my control flow graph (IControlFlowGraph) for the last statement?

 

int h_function(double param) {

      if (param > 0) {

            return 45;

      } else {

            return 30;

      }

      param += 1.0;

}

 

I am not getting it so I wonder if that is expected or not.

 

I tried to detect it calling graph.getUnconnectedNodeIterator() and  graph.getUnconnectedNodeSize()

 

Best regards,

 

Felipe Antonio Martinez Figueroa.

+52 442 1030500 Ext.1435.

felipe.a.figuer@xxxxxxxxxx

Delphi Electronics & Safety

Software Development Tools & Expert Synergy User & Suggestions Committee Leader

Queretaro Technical Center.

Circuito Palma Cocotera No. 2059.

Fraccionamiento Palmares.

Queretaro, Qro. CP 76127

Mexico.

 

****************************************************************************************

Note:  If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by replying to the message and deleting it from your computer. Thank you. 

****************************************************************************************

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev



Back to the top