diff options
author | Uros Bizjak <uros@gcc.gnu.org> | 2013-04-18 21:28:31 +0200 |
---|---|---|
committer | Uros Bizjak <uros@gcc.gnu.org> | 2013-04-18 21:28:31 +0200 |
commit | 5ef3de19aae0f4bff5db2d1db861ef4a1cdca943 (patch) | |
tree | 278b830526eaf01488464e2ee8ee0eabb0a0d028 /gcc/config/i386/predicates.md | |
parent | 780a5b71789616f8907a5a0d879c1e8b6d5ce64b (diff) | |
download | gcc-5ef3de19aae0f4bff5db2d1db861ef4a1cdca943.zip gcc-5ef3de19aae0f4bff5db2d1db861ef4a1cdca943.tar.gz gcc-5ef3de19aae0f4bff5db2d1db861ef4a1cdca943.tar.bz2 |
* config/i386/predicates.md (call_rex64_ms_sysv_operation): Fix comment.
From-SVN: r198070
Diffstat (limited to 'gcc/config/i386/predicates.md')
-rw-r--r-- | gcc/config/i386/predicates.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/predicates.md b/gcc/config/i386/predicates.md index 56ebff7..baa0913 100644 --- a/gcc/config/i386/predicates.md +++ b/gcc/config/i386/predicates.md @@ -573,7 +573,7 @@ (op, mode == VOIDmode ? mode : Pmode)") (match_operand 0 "register_no_elim_operand"))) -;; Return true if OP is a vzeroall operation, known to be a PARALLEL. +;; Return true if OP is a call from MS ABI to SYSV ABI function. (define_predicate "call_rex64_ms_sysv_operation" (match_code "parallel") { |