diff src/share/vm/opto/reg_split.cpp @ 415:4d9884b01ba6

6754519: don't emit flag fixup for NaN when condition being tested doesn't need it Reviewed-by: kvn, rasbold
author never
date Tue, 28 Oct 2008 09:31:30 -0700
parents 9ee9cf798b59
children 96964ebdb154
line wrap: on
line diff
--- a/src/share/vm/opto/reg_split.cpp	Tue Oct 21 11:23:52 2008 -0700
+++ b/src/share/vm/opto/reg_split.cpp	Tue Oct 28 09:31:30 2008 -0700
@@ -53,6 +53,7 @@
   // Bail rather than abort
   int ireg = def->ideal_reg();
   if( ireg == 0 || ireg == Op_RegFlags ) {
+    assert(false, "attempted to spill a non-spillable item");
     C->record_method_not_compilable("attempted to spill a non-spillable item");
     return NULL;
   }