PR target/54308
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 8 Nov 2012 20:09:14 +0000 (20:09 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 8 Nov 2012 20:09:14 +0000 (20:09 +0000)
* config/rs6000/rs6000.c (legitimate_indirect_address_p): Remove
inline keyword.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@193336 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/rs6000/rs6000.c

index 9d50318..6510337 100644 (file)
@@ -1,3 +1,9 @@
+2012-11-08  Jakub Jelinek  <jakub@redhat.com>
+
+       PR target/54308
+       * config/rs6000/rs6000.c (legitimate_indirect_address_p): Remove
+       inline keyword.
+
 2012-11-08  Bernd Schmidt  <bernds@codesourcery.com>
 
        PR rtl-optimization/54850
index 3fa7b51..d907461 100644 (file)
@@ -5465,7 +5465,7 @@ avoiding_indexed_address_p (enum machine_mode mode)
   return (TARGET_AVOID_XFORM && VECTOR_MEM_NONE_P (mode));
 }
 
-inline bool
+bool
 legitimate_indirect_address_p (rtx x, int strict)
 {
   return GET_CODE (x) == REG && INT_REG_OK_FOR_BASE_P (x, strict);