changeset 15:817893aa0b86

Set TwoOperandLIRForm to true. LIR used in mips is of TwoOperandLIRForm, so TwoOperandLIRForm should be set to true.
author YANG Yongqiang <yangyongqiang@loongson.cn>
date Tue, 26 Oct 2010 18:23:20 +0800
parents d1c481f44844
children 88ad8d87be77
files hotspot/src/cpu/mips/vm/c1_globals_mips.hpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hotspot/src/cpu/mips/vm/c1_globals_mips.hpp	Mon Oct 25 15:43:04 2010 +0800
+++ b/hotspot/src/cpu/mips/vm/c1_globals_mips.hpp	Tue Oct 26 18:23:20 2010 +0800
@@ -69,7 +69,7 @@
 define_pd_global(bool, LIRFillDelaySlots,            false);
 define_pd_global(bool, OptimizeSinglePrecision,      true);
 define_pd_global(bool, CSEArrayLength,               false);
-define_pd_global(bool, TwoOperandLIRForm,            false);
+define_pd_global(bool, TwoOperandLIRForm,            true);
 
 
 define_pd_global(intx, SafepointPollOffset, 256);