hotspot/src/cpu/ppc/vm/ppc.ad
changeset 25715 d5a8dbdc5150
parent 25374 d7fb2af5d53c
child 25930 eae8b7490d2c
--- a/hotspot/src/cpu/ppc/vm/ppc.ad	Wed Jul 02 20:20:45 2014 -0400
+++ b/hotspot/src/cpu/ppc/vm/ppc.ad	Fri Jul 04 11:46:01 2014 +0200
@@ -267,7 +267,7 @@
 // It's worth about 1% on SPEC geomean to get this right.
 
 // Chunk0, chunk1, and chunk2 form the MachRegisterNumbers enumeration
-// in adGlobals_ppc64.hpp which defines the <register>_num values, e.g.
+// in adGlobals_ppc.hpp which defines the <register>_num values, e.g.
 // R3_num. Therefore, R3_num may not be (and in reality is not)
 // the same as R3->encoding()! Furthermore, we cannot make any
 // assumptions on ordering, e.g. R3_num may be less than R2_num.
@@ -1632,7 +1632,7 @@
 static enum RC rc_class(OptoReg::Name reg) {
   // Return the register class for the given register. The given register
   // reg is a <register>_num value, which is an index into the MachRegisterNumbers
-  // enumeration in adGlobals_ppc64.hpp.
+  // enumeration in adGlobals_ppc.hpp.
 
   if (reg == OptoReg::Bad) return rc_bad;