comparison src/share/vm/adlc/formssel.cpp @ 6849:f6badecb7ea7

7199654: Remove LoadUI2LNode Summary: Removed LoadUI2L node from Ideal nodes, use match rule in .ad files instead. Reviewed-by: kvn
author vlivanov
date Tue, 09 Oct 2012 12:40:05 -0700
parents 8e47bac5643a
children d336b3173277
comparison
equal deleted inserted replaced
6848:8e47bac5643a 6849:f6badecb7ea7
3393 3393
3394 int MatchNode::needs_ideal_memory_edge(FormDict &globals) const { 3394 int MatchNode::needs_ideal_memory_edge(FormDict &globals) const {
3395 static const char *needs_ideal_memory_list[] = { 3395 static const char *needs_ideal_memory_list[] = {
3396 "StoreI","StoreL","StoreP","StoreN","StoreNKlass","StoreD","StoreF" , 3396 "StoreI","StoreL","StoreP","StoreN","StoreNKlass","StoreD","StoreF" ,
3397 "StoreB","StoreC","Store" ,"StoreFP", 3397 "StoreB","StoreC","Store" ,"StoreFP",
3398 "LoadI", "LoadUI2L", "LoadL", "LoadP" ,"LoadN", "LoadD" ,"LoadF" , 3398 "LoadI", "LoadL", "LoadP" ,"LoadN", "LoadD" ,"LoadF" ,
3399 "LoadB" , "LoadUB", "LoadUS" ,"LoadS" ,"Load" , 3399 "LoadB" , "LoadUB", "LoadUS" ,"LoadS" ,"Load" ,
3400 "StoreVector", "LoadVector", 3400 "StoreVector", "LoadVector",
3401 "LoadRange", "LoadKlass", "LoadNKlass", "LoadL_unaligned", "LoadD_unaligned", 3401 "LoadRange", "LoadKlass", "LoadNKlass", "LoadL_unaligned", "LoadD_unaligned",
3402 "LoadPLocked", 3402 "LoadPLocked",
3403 "StorePConditional", "StoreIConditional", "StoreLConditional", 3403 "StorePConditional", "StoreIConditional", "StoreLConditional",