< prev index next >

src/cpu/x86/vm/c1_LIRGenerator_x86.cpp

Print this page

        

@@ -759,11 +759,10 @@
                         as_BasicType(type));
 #endif
   } else {
     a = new LIR_Address(obj.result(),
                         offset.result(),
-                        LIR_Address::times_1,
                         0,
                         as_BasicType(type));
   }
   __ leal(LIR_OprFact::address(a), addr);
 
< prev index next >