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-Tag: releases/gcc-4.9.0~6376 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5ef3de19aae0f4bff5db2d1db861ef4a1cdca943;p=thirdparty%2Fgcc.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 56ebff768ad1..baa09137fe16 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") {