From 0f07e76ca786349628bea1bfd8ea15009aaaed0c Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Mon, 13 Mar 1995 21:53:18 +0000 Subject: [PATCH] Fix typo in last change. From-SVN: r9177 --- gcc/config/rs6000/rs6000.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md index 4334237388b..1afd20f59a6 100644 --- a/gcc/config/rs6000/rs6000.md +++ b/gcc/config/rs6000/rs6000.md @@ -4910,13 +4910,13 @@ "* { #ifndef USING_SVR4_H - if (GET_CODE (operands[1]) == REG) + if (GET_CODE (operands[0]) == REG) return \"{brl|blrl}\;{l|lwz} 2,20(1)\"; return \"bl %z0\;%.\"; #else - if (GET_CODE (operands[1]) == REG) + if (GET_CODE (operands[0]) == REG) return \"{brl|blrl}\"; return \"bl %z0\"; -- 2.30.2