hotspot/src/cpu/x86/vm/c1_LinearScan_x86.cpp
changeset 46630 75aa3e39d02c
parent 39219 1b33aa56ed18
equal deleted inserted replaced
46629:8eeacdc76bf2 46630:75aa3e39d02c
     1 /*
     1 /*
     2  * Copyright (c) 2005, 2014, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2005, 2017, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
   824     case lir_fpop_raw:
   824     case lir_fpop_raw:
   825     case lir_fxch:
   825     case lir_fxch:
   826     case lir_fld:
   826     case lir_fld:
   827       assert(false, "operations only inserted by FpuStackAllocator");
   827       assert(false, "operations only inserted by FpuStackAllocator");
   828       break;
   828       break;
       
   829 
       
   830     default:
       
   831       break;
   829   }
   832   }
   830 }
   833 }
   831 #endif
   834 #endif
   832 
   835 
   833 
   836