Skip to content

Commit

Permalink
policheck violations (#103487)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffschwMSFT authored Jun 14, 2024
1 parent b4a1fa2 commit 98a966c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/mono/mono/mini/cpu-amd64.mdesc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#
# cost:number describe how many cycles are needed to complete the instruction (unused)
#
# clob:spec describe if the instruction clobbers registers or has special needs
# clob:spec describe if the instruction clobbers registers or has special requirements
#
# c clobbers caller-save registers
# 1 clobbers the first source register
Expand Down
2 changes: 1 addition & 1 deletion src/mono/mono/mini/cpu-arm.mdesc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#
# cost:number describe how many cycles are needed to complete the instruction (unused)
#
# clob:spec describe if the instruction clobbers registers or has special needs
# clob:spec describe if the instruction clobbers registers or has special requirements
#
# spec can be one of the following characters:
# c clobbers caller-save registers
Expand Down
2 changes: 1 addition & 1 deletion src/mono/mono/mini/cpu-arm64.mdesc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#
# cost:number describe how many cycles are needed to complete the instruction (unused)
#
# clob:spec describe if the instruction clobbers registers or has special needs
# clob:spec describe if the instruction clobbers registers or has special requirements
#
# spec can be one of the following characters:
# c clobbers caller-save registers
Expand Down
2 changes: 1 addition & 1 deletion src/mono/mono/mini/cpu-ppc.mdesc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#
# cost:number describe how many cycles are needed to complete the instruction (unused)
#
# clob:spec describe if the instruction clobbers registers or has special needs
# clob:spec describe if the instruction clobbers registers or has special requirements
#
# spec can be one of the following characters:
# c clobbers caller-save registers
Expand Down
2 changes: 1 addition & 1 deletion src/mono/mono/mini/cpu-ppc64.mdesc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#
# cost:number describe how many cycles are needed to complete the instruction (unused)
#
# clob:spec describe if the instruction clobbers registers or has special needs
# clob:spec describe if the instruction clobbers registers or has special requirements
#
# spec can be one of the following characters:
# c clobbers caller-save registers
Expand Down
2 changes: 1 addition & 1 deletion src/mono/mono/mini/cpu-s390x.mdesc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#
# cost:number describe how many cycles are needed to complete the instruction (unused)
#
# clob:spec describe if the instruction clobbers registers or has special needs
# clob:spec describe if the instruction clobbers registers or has special requirements
#
# spec can be one of the following characters:
# c clobbers caller-save registers
Expand Down
2 changes: 1 addition & 1 deletion src/mono/mono/mini/cpu-x86.mdesc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#
# cost:number describe how many cycles are needed to complete the instruction (unused)
#
# clob:spec describe if the instruction clobbers registers or has special needs
# clob:spec describe if the instruction clobbers registers or has special requirements
#
# spec can be one of the following characters:
# c clobbers caller-save registers
Expand Down

0 comments on commit 98a966c

Please sign in to comment.