comparison src/share/vm/adlc/output_h.cpp @ 417:f4fe12e429a4

6764622: IdealGraphVisualizer fixes Reviewed-by: rasbold, jrose
author never
date Thu, 30 Oct 2008 17:08:48 -0700
parents 4d9884b01ba6
children dbbe28fc66b5
comparison
equal deleted inserted replaced
416:b6cfd754403d 417:f4fe12e429a4
375 else if (!strcmp(ideal_type, "ConP")) { 375 else if (!strcmp(ideal_type, "ConP")) {
376 fprintf(fp," _c%d->dump_on(st);\n", i); 376 fprintf(fp," _c%d->dump_on(st);\n", i);
377 ++i; 377 ++i;
378 } 378 }
379 else if (!strcmp(ideal_type, "ConN")) { 379 else if (!strcmp(ideal_type, "ConN")) {
380 fprintf(fp," _c%d->dump();\n", i); 380 fprintf(fp," _c%d->dump_on(st);\n", i);
381 ++i; 381 ++i;
382 } 382 }
383 else if (!strcmp(ideal_type, "ConL")) { 383 else if (!strcmp(ideal_type, "ConL")) {
384 fprintf(fp," st->print(\"#\" INT64_FORMAT, _c%d);\n", i); 384 fprintf(fp," st->print(\"#\" INT64_FORMAT, _c%d);\n", i);
385 ++i; 385 ++i;