From: Uros Bizjak Date: Thu, 18 Apr 2013 19:28:31 +0000 (+0200) Subject: * config/i386/predicates.md (call_rex64_ms_sysv_operation): Fix comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5ef3de19aae0f4bff5db2d1db861ef4a1cdca943;p=gcc.git * config/i386/predicates.md (call_rex64_ms_sysv_operation): Fix comment. From-SVN: r198070 --- diff --git a/gcc/config/i386/predicates.md b/gcc/config/i386/predicates.md index 56ebff768ad..baa09137fe1 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") {