< prev index next >

src/cpu/aarch64/vm/c1_LIRGenerator_aarch64.cpp

Print this page

        

@@ -806,11 +806,10 @@
                           as_BasicType(type));
     }
   } else {
     a = new LIR_Address(obj.result(),
                         offset.result(),
-                        LIR_Address::times_1,
                         0,
                         as_BasicType(type));
   }
   LIR_Opr addr = new_pointer_register();
   __ leal(LIR_OprFact::address(a), addr);

@@ -1000,11 +999,10 @@
         offset = 0;
       }
 
       LIR_Address* a = new LIR_Address(base_op,
                                        index,
-                                       LIR_Address::times_1,
                                        offset,
                                        T_BYTE);
       BasicTypeList signature(3);
       signature.append(T_INT);
       signature.append(T_ADDRESS);
< prev index next >