equal
deleted
inserted
replaced
381 } |
381 } |
382 |
382 |
383 // Verify that graphs and base pointers are still sane. |
383 // Verify that graphs and base pointers are still sane. |
384 void PhaseChaitin::verify( ResourceArea *a, bool verify_ifg ) const { |
384 void PhaseChaitin::verify( ResourceArea *a, bool verify_ifg ) const { |
385 #ifdef ASSERT |
385 #ifdef ASSERT |
386 if( VerifyOpto || VerifyRegisterAllocator ) { |
386 if (VerifyRegisterAllocator) { |
387 _cfg.verify(); |
387 _cfg.verify(); |
388 verify_base_ptrs(a); |
388 verify_base_ptrs(a); |
389 if(verify_ifg) |
389 if(verify_ifg) |
390 _ifg->verify(this); |
390 _ifg->verify(this); |
391 } |
391 } |