aboutsummaryrefslogtreecommitdiff
path: root/gcc/target.def
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2020-01-24 06:47:33 +0100
committerHans-Peter Nilsson <hp@axis.com>2020-01-24 06:47:33 +0100
commit9adea9392bdaf9518d6f9cfce3ac0f247f3154d2 (patch)
treeda54ef28ebe4e919b30c73ae11a7ede75ae0321a /gcc/target.def
parenta0b935ac66bc9804b0864151e5f1bfde5ac1ddeb (diff)
downloadgcc-9adea9392bdaf9518d6f9cfce3ac0f247f3154d2.zip
gcc-9adea9392bdaf9518d6f9cfce3ac0f247f3154d2.tar.gz
gcc-9adea9392bdaf9518d6f9cfce3ac0f247f3154d2.tar.bz2
doc: target.def (flags_regnum): Also mention effect on delay slot filling.
* target.def (flags_regnum): Also mention effect on delay slot filling. * doc/tm.texi: Regenerate. Previously only mentioned an effect on compare elimination.
Diffstat (limited to 'gcc/target.def')
-rw-r--r--gcc/target.def8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/target.def b/gcc/target.def
index 81cea0d..b5e82ff 100644
--- a/gcc/target.def
+++ b/gcc/target.def
@@ -3716,10 +3716,10 @@ of spill registers and print a fatal error message.",
target is constrainted to use post-reload comparison elimination. */
DEFHOOKPOD
(flags_regnum,
- "If the target has a dedicated flags register, and it needs to use the\
- post-reload comparison elimination pass, then this value should be set\
- appropriately.",
- unsigned int, INVALID_REGNUM)
+ "If the target has a dedicated flags register, and it needs to use the\n\
+post-reload comparison elimination pass, or the delay slot filler pass,\n\
+then this value should be set appropriately.",
+unsigned int, INVALID_REGNUM)
/* Compute a (partial) cost for rtx X. Return true if the complete
cost has been computed, and false if subexpressions should be