src/cpu/sparc/vm/assembler_sparc.hpp

changeset 3088
4fe626cbf0bf
parent 3052
1af104d6cf99
child 3110
d968f546734e
     1.1 --- a/src/cpu/sparc/vm/assembler_sparc.hpp	Mon Aug 29 17:42:39 2011 -0700
     1.2 +++ b/src/cpu/sparc/vm/assembler_sparc.hpp	Wed Aug 31 10:16:02 2011 -0700
     1.3 @@ -1940,12 +1940,6 @@
     1.4    void br_null   ( Register s1, bool a, Predict p, Label& L );
     1.5    void br_notnull( Register s1, bool a, Predict p, Label& L );
     1.6  
     1.7 -  // These versions will do the most efficient thing on v8 and v9.  Perhaps
     1.8 -  // this is what the routine above was meant to do, but it didn't (and
     1.9 -  // didn't cover both target address kinds.)
    1.10 -  void br_on_reg_cond( RCondition c, bool a, Predict p, Register s1, address d, relocInfo::relocType rt = relocInfo::none );
    1.11 -  void br_on_reg_cond( RCondition c, bool a, Predict p, Register s1, Label& L);
    1.12 -
    1.13    //
    1.14    // Compare registers and branch with nop in delay slot or cbcond without delay slot.
    1.15    //

mercurial