From 56e65b20695067ec03abc4a3038501c5afc5b84b Mon Sep 17 00:00:00 2001 From: hubicka Date: Mon, 18 Nov 2013 00:04:13 +0000 Subject: [PATCH] Fix typo in previous commit. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@204929 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config/i386/i386.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index 223a46751080..263c0b996906 100644 --- a/gcc/config/i386/i386.md +++ b/gcc/config/i386/i386.md @@ -15708,7 +15708,7 @@ operands[1], operands[2], operands[3], operands[4], operands[5], operands[6], - operands[6], true)) + operands[7], true)) DONE; else FAIL; -- 2.47.2