src/hotspot/share/adlc/output_c.cpp
changeset 51566 904cf5407ac7
parent 51078 fc6cfe40e32a
child 55743 fb2b47f0e067
child 58678 9cf78a70fa4f
--- a/src/hotspot/share/adlc/output_c.cpp	Wed Aug 29 11:25:51 2018 +0100
+++ b/src/hotspot/share/adlc/output_c.cpp	Wed Aug 22 10:29:17 2018 +0200
@@ -3263,10 +3263,6 @@
 
     // Analyze machine instructions that either USE or DEF memory.
     int memory_operand = instr->memory_operand(_globalNames);
-    // Some guys kill all of memory
-    if ( instr->is_wide_memory_kill(_globalNames) ) {
-      memory_operand = InstructForm::MANY_MEMORY_OPERANDS;
-    }
 
     if ( memory_operand != InstructForm::NO_MEMORY_OPERAND ) {
       if( memory_operand == InstructForm::MANY_MEMORY_OPERANDS ) {