From 5ef3de19aae0f4bff5db2d1db861ef4a1cdca943 Mon Sep 17 00:00:00 2001 From: Uros Bizjak Date: Thu, 18 Apr 2013 21:28:31 +0200 Subject: [PATCH] * config/i386/predicates.md (call_rex64_ms_sysv_operation): Fix comment. From-SVN: r198070 --- gcc/config/i386/predicates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") { -- 2.30.2