8011648: C1: optimized build is broken after 7153771

Missing #ifdef ASSERT

Reviewed-by: kvn
This commit is contained in:
Roland Westrelin 2013-04-15 17:17:11 +02:00
parent 361d401c11
commit 9f96eb3ed5
12 changed files with 30 additions and 5 deletions

View file

@ -938,5 +938,7 @@ void Canonicalizer::do_ProfileCall(ProfileCall* x) {}
void Canonicalizer::do_ProfileInvoke(ProfileInvoke* x) {}
void Canonicalizer::do_RuntimeCall(RuntimeCall* x) {}
void Canonicalizer::do_RangeCheckPredicate(RangeCheckPredicate* x) {}
#ifdef ASSERT
void Canonicalizer::do_Assert(Assert* x) {}
#endif
void Canonicalizer::do_MemBar(MemBar* x) {}