OSDN Git Service

2008-04-03 H.J. Lu <hongjiu.lu@intel.com>
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 3 Apr 2008 20:02:54 +0000 (20:02 +0000)
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 3 Apr 2008 20:02:54 +0000 (20:02 +0000)
* config/i386/i386-protos.h (ix86_aligned_p): Removed.

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

gcc/ChangeLog
gcc/config/i386/i386-protos.h

index e57b0d3..aec6128 100644 (file)
@@ -1,3 +1,7 @@
+2008-04-03  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/i386/i386-protos.h (ix86_aligned_p): Removed.
+
 2008-04-03  Adam Nemet  <anemet@caviumnetworks.com>
 
        * config/mips/mips.md (any_gt, any_ge, any_lt, any_le): New code
index ef2e0ff..369953f 100644 (file)
@@ -36,8 +36,6 @@ extern void ix86_output_addr_vec_elt (FILE *, int);
 extern void ix86_output_addr_diff_elt (FILE *, int, int);
 
 #ifdef RTX_CODE
-extern int ix86_aligned_p (rtx);
-
 extern int standard_80387_constant_p (rtx);
 extern const char *standard_80387_constant_opcode (rtx);
 extern rtx standard_80387_constant_rtx (int);