From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32110 invoked by alias); 4 May 2004 00:50:25 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 32101 invoked from network); 4 May 2004 00:50:24 -0000 Received: from unknown (HELO mx2.redhat.com) (66.187.237.31) by sources.redhat.com with SMTP; 4 May 2004 00:50:24 -0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.12.10/8.12.10) with ESMTP id i440nNxF009441; Mon, 3 May 2004 20:49:23 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i440oJw06657; Mon, 3 May 2004 20:50:19 -0400 Received: from [172.16.25.141] (dhcp-172-16-25-141.sfbay.redhat.com [172.16.25.141]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id i440oDC13196; Mon, 3 May 2004 17:50:13 -0700 Subject: Re: [PATCH] From: Eric Christopher To: Ulrich Weigand Cc: gcc-patches@gcc.gnu.org, uweigand@de.ibm.com In-Reply-To: <200405040047.CAA06833@faui1d.informatik.uni-erlangen.de> References: <200405040047.CAA06833@faui1d.informatik.uni-erlangen.de> Content-Type: text/plain Message-Id: <1083631812.32152.49.camel@dzur.sfbay.redhat.com> Mime-Version: 1.0 Date: Tue, 04 May 2004 00:52:00 -0000 Content-Transfer-Encoding: 7bit X-RedHat-Spam-Score: 0 X-SW-Source: 2004-05/txt/msg00141.txt.bz2 On Mon, 2004-05-03 at 17:47, Ulrich Weigand wrote: > I wrote: > > > >+(define_insn "prologue_tpf" > > >+ [(unspec_volatile [(const_int 0)] UNSPECV_TPF_PROLOGUE)] > > >+ "TARGET_TPF" > > >+ "bas\t%%r1,4064" > > >+ [(set_attr "type" "jsr")]) > > > > We should have a (clobber (reg 1)) here at least ... > > Oh, and we should have (set_attr "op_type" "RX") for > insn length computation and scheduling ... That I can do. Thanks for the scheduling info :) -eric -- Eric Christopher