src/share/vm/adlc/archDesc.cpp

changeset 4159
8e47bac5643a
parent 3882
8c92982cbbc4
child 4161
d336b3173277
equal deleted inserted replaced
4158:65d07d9ee446 4159:8e47bac5643a
966 constructOperand(ident, true); 966 constructOperand(ident, true);
967 } 967 }
968 // Create InstructForm and assign type for each ideal instruction. 968 // Create InstructForm and assign type for each ideal instruction.
969 for ( int j = _last_machine_leaf+1; j < _last_opcode; ++j) { 969 for ( int j = _last_machine_leaf+1; j < _last_opcode; ++j) {
970 char *ident = (char *)NodeClassNames[j]; 970 char *ident = (char *)NodeClassNames[j];
971 if(!strcmp(ident, "ConI") || !strcmp(ident, "ConP") || !strcmp(ident, "ConN") || 971 if(!strcmp(ident, "ConI") || !strcmp(ident, "ConP") ||
972 !strcmp(ident, "ConN") || !strcmp(ident, "ConNKlass") ||
972 !strcmp(ident, "ConF") || !strcmp(ident, "ConD") || 973 !strcmp(ident, "ConF") || !strcmp(ident, "ConD") ||
973 !strcmp(ident, "ConL") || !strcmp(ident, "Con" ) || 974 !strcmp(ident, "ConL") || !strcmp(ident, "Con" ) ||
974 !strcmp(ident, "Bool") ) { 975 !strcmp(ident, "Bool") ) {
975 constructOperand(ident, true); 976 constructOperand(ident, true);
976 } 977 }

mercurial