comparison src/share/vm/adlc/output_c.cpp @ 1748:3e8fbc61cee8

6978355: renaming for 6961697 Summary: This is the renaming part of 6961697 to keep the actual changes small for review. Reviewed-by: kvn, never
author twisti
date Wed, 25 Aug 2010 05:27:54 -0700
parents c18cbe5936b8
children 2f644f85485d
comparison
equal deleted inserted replaced
1747:53dbe853fb3a 1748:3e8fbc61cee8
2480 fprintf(fp,"}\n"); 2480 fprintf(fp,"}\n");
2481 return; 2481 return;
2482 } 2482 }
2483 2483
2484 // Save current instruction's starting address (helps with relocation). 2484 // Save current instruction's starting address (helps with relocation).
2485 fprintf( fp, " cbuf.set_inst_mark();\n"); 2485 fprintf(fp, " cbuf.set_insts_mark();\n");
2486 2486
2487 // // // idx0 is only needed for syntactic purposes and only by "storeSSI" 2487 // // // idx0 is only needed for syntactic purposes and only by "storeSSI"
2488 // fprintf( fp, " unsigned idx0 = 0;\n"); 2488 // fprintf( fp, " unsigned idx0 = 0;\n");
2489 2489
2490 // Output each operand's offset into the array of registers. 2490 // Output each operand's offset into the array of registers.