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 ?