Skip to content

Commit

Permalink
resolve aarch64.ad
Browse files Browse the repository at this point in the history
  • Loading branch information
mmyxym committed Oct 18, 2023
1 parent 70151c9 commit 7100292
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/hotspot/cpu/aarch64/aarch64.ad
Original file line number Diff line number Diff line change
Expand Up @@ -991,7 +991,6 @@ reg_class v7_reg(
V7, V7_H
);

<<<<<<< HEAD
// Class for 128 bit register v8
reg_class v8_reg(
V8, V8_H
Expand Down Expand Up @@ -1112,8 +1111,6 @@ reg_class v31_reg(
V31, V31_H
);

=======
>>>>>>> dragonwell_extended_upstream/master
// Singleton class for condition codes
reg_class int_flags(RFLAGS);

Expand Down Expand Up @@ -5124,7 +5121,6 @@ operand vRegD_V7()
interface(REG_INTER);
%}

<<<<<<< HEAD
operand vRegD_V8()
%{
constraint(ALLOC_IN_RC(v8_reg));
Expand Down Expand Up @@ -5341,8 +5337,6 @@ operand vRegD_V31()
interface(REG_INTER);
%}

=======
>>>>>>> dragonwell_extended_upstream/master
// Flags register, used as output of signed compare instructions

// note that on AArch64 we also use this register as the output for
Expand Down

0 comments on commit 7100292

Please sign in to comment.