aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorUros Bizjak <uros@gcc.gnu.org>2011-05-16 20:30:07 +0200
committerUros Bizjak <uros@gcc.gnu.org>2011-05-16 20:30:07 +0200
commit4bc2a7a7c35936a201152f3214ec429a93e22d99 (patch)
tree410fcbbdbf5ec04e28aa52d4ff56acf9d7d5c098 /gcc
parent7933dc2a80e000c33dfe3981a15e4f948650b2c7 (diff)
downloadgcc-4bc2a7a7c35936a201152f3214ec429a93e22d99.zip
gcc-4bc2a7a7c35936a201152f3214ec429a93e22d99.tar.gz
gcc-4bc2a7a7c35936a201152f3214ec429a93e22d99.tar.bz2
* config/i386/constraints.md (z): Fix comment. Oh, well...
From-SVN: r173800
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/i386/constraints.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/constraints.md b/gcc/config/i386/constraints.md
index 08f86d3..458364b 100644
--- a/gcc/config/i386/constraints.md
+++ b/gcc/config/i386/constraints.md
@@ -116,7 +116,7 @@
"@internal Any integer register when integer XFmode moves are enabled.")
(define_constraint "z"
- "@internal Yada, yada, yada..."
+ "@internal Constant call address operand."
(match_operand 0 "constant_call_address_operand"))
;; Integer constant constraints.