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]

Re: [PATCH]


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 <echristo@redhat.com>


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