From: Michael Meissner Date: Mon, 13 Mar 1995 21:53:18 +0000 (+0000) Subject: Fix typo in last change. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0f07e76ca786349628bea1bfd8ea15009aaaed0c;p=gcc.git Fix typo in last change. From-SVN: r9177 --- 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\";