hotspot/src/cpu/x86/vm/c1_LinearScan_x86.hpp
changeset 46630 75aa3e39d02c
parent 41331 ec5e0ea52c77
equal deleted inserted replaced
46629:8eeacdc76bf2 46630:75aa3e39d02c
     1 /*
     1 /*
     2  * Copyright (c) 2005, 2010, 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.
    90           add_temp(reg_num(opr), op_id, noUse, T_ILLEGAL);
    90           add_temp(reg_num(opr), op_id, noUse, T_ILLEGAL);
    91         }
    91         }
    92       }
    92       }
    93       break;
    93       break;
    94     }
    94     }
       
    95     default:
       
    96       break;
    95   }
    97   }
    96 }
    98 }
    97 
    99 
    98 
   100 
    99 // Implementation of LinearScanWalker
   101 // Implementation of LinearScanWalker