src/hotspot/cpu/ppc/macroAssembler_ppc.hpp
changeset 48476 ca9489245872
parent 48332 651a95f30dfb
child 48608 1dab70e20292
--- a/src/hotspot/cpu/ppc/macroAssembler_ppc.hpp	Thu Dec 21 00:07:38 2017 +0100
+++ b/src/hotspot/cpu/ppc/macroAssembler_ppc.hpp	Wed Dec 20 11:00:07 2017 -0800
@@ -979,6 +979,8 @@
  public:
    // 'Temp' is a temp register that this object can use (and trash).
    explicit SkipIfEqualZero(MacroAssembler*, Register temp, const bool* flag_addr);
+   static void skip_to_label_if_equal_zero(MacroAssembler*, Register temp,
+                                           const bool* flag_addr, Label& label);
    ~SkipIfEqualZero();
 };