Author: shenruifen
Date: 2010-07-19 05:26:10 -0400 (Mon, 19 Jul 2010)
New Revision: 3286

Modified:
   trunk/osprey/wgen/wgen_expr.cxx
Log:
fix a stupid error of last commit

Modified: trunk/osprey/wgen/wgen_expr.cxx
===================================================================
--- trunk/osprey/wgen/wgen_expr.cxx     2010-07-19 03:09:35 UTC (rev 3285)
+++ trunk/osprey/wgen/wgen_expr.cxx     2010-07-19 09:26:10 UTC (rev 3286)
@@ -6401,7 +6401,7 @@
                wn = WN_CreateExp1(OPR_EXTRACT_BITS, Widen_Mtype(mtyp), 
MTYPE_V, wn);
                WN_set_bit_offset_size(wn, 0, cvt_bit);
              }     
-           }                                                                   
                                                                                
                                                                                
                                                                                
                                       }
+           }
            else wn = WN_Cvt(WN_rtype(wn), mtyp, wn);
          }
          else {


------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Open64-devel mailing list
Open64-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/open64-devel

Reply via email to