Fix typo in last change.
authorMichael Meissner <meissner@gcc.gnu.org>
Mon, 13 Mar 1995 21:53:18 +0000 (21:53 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Mon, 13 Mar 1995 21:53:18 +0000 (21:53 +0000)
From-SVN: r9177

gcc/config/rs6000/rs6000.md

index 4334237388bd219cb78e94c63e1f1fa0e03f4423..1afd20f59a6a323e1d622e0c95af49ca291c0a03 100644 (file)
   "*
 {
 #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\";