Skip to content

Commit 98a966c

Browse files
authored
policheck violations (#103487)
1 parent b4a1fa2 commit 98a966c

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

src/mono/mono/mini/cpu-amd64.mdesc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#
3232
# cost:number describe how many cycles are needed to complete the instruction (unused)
3333
#
34-
# clob:spec describe if the instruction clobbers registers or has special needs
34+
# clob:spec describe if the instruction clobbers registers or has special requirements
3535
#
3636
# c clobbers caller-save registers
3737
# 1 clobbers the first source register

src/mono/mono/mini/cpu-arm.mdesc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#
2727
# cost:number describe how many cycles are needed to complete the instruction (unused)
2828
#
29-
# clob:spec describe if the instruction clobbers registers or has special needs
29+
# clob:spec describe if the instruction clobbers registers or has special requirements
3030
#
3131
# spec can be one of the following characters:
3232
# c clobbers caller-save registers

src/mono/mono/mini/cpu-arm64.mdesc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#
2727
# cost:number describe how many cycles are needed to complete the instruction (unused)
2828
#
29-
# clob:spec describe if the instruction clobbers registers or has special needs
29+
# clob:spec describe if the instruction clobbers registers or has special requirements
3030
#
3131
# spec can be one of the following characters:
3232
# c clobbers caller-save registers

src/mono/mono/mini/cpu-ppc.mdesc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#
2323
# cost:number describe how many cycles are needed to complete the instruction (unused)
2424
#
25-
# clob:spec describe if the instruction clobbers registers or has special needs
25+
# clob:spec describe if the instruction clobbers registers or has special requirements
2626
#
2727
# spec can be one of the following characters:
2828
# c clobbers caller-save registers

src/mono/mono/mini/cpu-ppc64.mdesc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#
2323
# cost:number describe how many cycles are needed to complete the instruction (unused)
2424
#
25-
# clob:spec describe if the instruction clobbers registers or has special needs
25+
# clob:spec describe if the instruction clobbers registers or has special requirements
2626
#
2727
# spec can be one of the following characters:
2828
# c clobbers caller-save registers

src/mono/mono/mini/cpu-s390x.mdesc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#
2323
# cost:number describe how many cycles are needed to complete the instruction (unused)
2424
#
25-
# clob:spec describe if the instruction clobbers registers or has special needs
25+
# clob:spec describe if the instruction clobbers registers or has special requirements
2626
#
2727
# spec can be one of the following characters:
2828
# c clobbers caller-save registers

src/mono/mono/mini/cpu-x86.mdesc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
#
3333
# cost:number describe how many cycles are needed to complete the instruction (unused)
3434
#
35-
# clob:spec describe if the instruction clobbers registers or has special needs
35+
# clob:spec describe if the instruction clobbers registers or has special requirements
3636
#
3737
# spec can be one of the following characters:
3838
# c clobbers caller-save registers

0 commit comments

Comments
 (0)