What is the meaning of the "prologue" pattern argument ?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Some architecture define the "prologue" pattern using [(clobber
(const_int 0))] others use [(const_int 1)] without clobber. ie:

(define_expand "prologue"
  [(clobber (const_int 0))]
  ""
  "")

What is the meaning of the "prologue" pattern single argument ?
What is the effect of using clobber ?



[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux