This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: Set the length of *sse_prologue_save_insn to 34


On Sat, May 24, 2008 at 09:54:15AM +0200, Jan Hubicka wrote:
> > Hi Jan, Uros,
> Hi,
> I guess I was just lazy to figure out the size at a time of writting the
> pattern.
> Length is not used for anything useful at the moment, but fixing it
> definitly won't hurt.
> 

Is this patch OK for mainline?

Thanks.


H.J.
--
2008-05-24  H.J. Lu  <hongjiu.lu@intel.com>

	* config/i386/i386.md (*sse_prologue_save_insn): Set length
	attribute to 34.

Index: config/i386/i386.md
===================================================================
--- config/i386/i386.md	(revision 135843)
+++ config/i386/i386.md	(working copy)
@@ -21012,7 +21012,7 @@
   [(set_attr "type" "other")
    (set_attr "length_immediate" "0")
    (set_attr "length_address" "0")
-   (set_attr "length" "135")
+   (set_attr "length" "34")
    (set_attr "memory" "store")
    (set_attr "modrm" "0")
    (set_attr "mode" "DI")])


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]