public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* if-conv problem....
@ 2002-10-02 11:56 Deepak B. Nayak
  2002-10-02 14:39 ` Jim Wilson
  0 siblings, 1 reply; 7+ messages in thread
From: Deepak B. Nayak @ 2002-10-02 11:56 UTC (permalink / raw)
  To: gcc

hi
 if-conv pass is not working for gcc3.0....

following is the example
-------------------------------
      1 int main() 
      2 {
      3  int a,c; 
      4  if(c == a) 
      5  {
      6   c=c+2; 
      7  }
      8  else
      9  {
     10   c+=1; 
     11  }
     12 }           
-------------------------------------
output of .ce file is
------------------------------------------------------ 
      2 ;; Function main
      3
      4
      5 IF-THEN-ELSE block found, start 0, then 1, else 2, join 3
      6
      7 1 possible IF blocks searched. 
      8 0 IF blocks converted. 
      9 0 basic blocks deleted. 
     10                                       
--------------------------------------------------------

why if-conv is not working..??????

regards

deepak

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2002-10-03 19:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-02 11:56 if-conv problem Deepak B. Nayak
2002-10-02 14:39 ` Jim Wilson
2002-10-02 22:46   ` Deepak B. Nayak
2002-10-03  4:07     ` Richard Henderson
2002-10-03  5:07       ` Deepak B. Nayak
2002-10-03 12:26         ` Richard Henderson
2002-10-03 13:47           ` Jim Wilson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).