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: ia64 housekeeping


   From: Richard Henderson <rth@redhat.com>
   Date: Fri, 17 May 2002 00:52:41 -0700

           * config/ia64/ia64.md: Use braced strings instead of quoted strings
           for code blocks.  Tidy whitespace.
   
 ...
   -
   -;; As USE insns aren't meaningful after reload, this is used instead
   -;; to prevent deleting instructions setting registers for EH handling
   -(define_insn "prologue_use"
   -  [(unspec:DI [(match_operand:DI 0 "register_operand" "")]
   -	      UNSPEC_PROLOGUE_USE)]
   -  ""
   -  "// %0 needed for EH"
   -  [(set_attr "itanium_class" "ignore")
   -   (set_attr "predicable" "no")])
   
Where is this part described in the changelog?


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