File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -726,7 +726,6 @@ void ArchDesc::build_pipe_classes(FILE *fp_cpp) {
726726 fprintf(fp_cpp, " }\n");
727727 fprintf(fp_cpp, "#endif\n\n");
728728#endif
729- fprintf (fp_cpp, " assert(this, \" null pipeline info\" );\n " );
730729 fprintf (fp_cpp, " assert(pred, \" null predecessor pipline info\" );\n\n " );
731730 fprintf (fp_cpp, " if (pred->hasFixedLatency())\n return (pred->fixedLatency());\n\n " );
732731 fprintf (fp_cpp, " // If this is not an operand, then assume a dependence with 0 latency\n " );
Original file line number Diff line number Diff line change @@ -1059,11 +1059,6 @@ void CodeSection::print(const char* name) {
10591059}
10601060
10611061void CodeBuffer::print () {
1062- if (this == nullptr ) {
1063- tty->print_cr (" null CodeBuffer pointer" );
1064- return ;
1065- }
1066-
10671062 tty->print_cr (" CodeBuffer:" );
10681063 for (int n = 0 ; n < (int )SECT_LIMIT; n++) {
10691064 // print each section
You can’t perform that action at this time.
0 commit comments