* config/ia64/ia64.c (gen_thread_pointer): Fix variable name.
authorJanis Johnson <janis187@us.ibm.com>
Tue, 4 Jun 2002 18:03:45 +0000 (18:03 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Tue, 4 Jun 2002 18:03:45 +0000 (18:03 +0000)
From-SVN: r54253

gcc/ChangeLog
gcc/config/ia64/ia64.c

index 493a8248085dab786bf058f57f48f8fab61329d1..a0de8dc05e2b23af58b62b7d8204cb3d5e48283f 100644 (file)
@@ -1,3 +1,7 @@
+2002-06-04  Janis Johnson  <janis187@us.ibm.com>
+
+       * config/ia64/ia64.c (gen_thread_pointer): Fix variable name.
+
 2002-06-04  Jeff Law <law@redhat.com.
             David Edelsohn <edelsohn@gnu.org>
             Michael Matz <matz@kde.org>
index a6066d8894ceaa7bdf25a2ae511c25aa887e1482..bf045cd8092fccf3e28281034d641e7856d3c737 100644 (file)
@@ -1061,7 +1061,7 @@ gen_thread_pointer ()
       thread_pointer_rtx = gen_rtx_REG (Pmode, 13);
       RTX_UNCHANGING_P (thread_pointer_rtx);
     }
-  return tp;
+  return thread_pointer_rtx;
 }
 
 rtx