~ubuntu-branches/ubuntu/maverick/ghdl/maverick

« back to all changes in this revision

Viewing changes to gcc/gcc/sched-int.h

  • Committer: Bazaar Package Importer
  • Author(s): Wesley J. Landaker
  • Date: 2009-04-02 21:23:07 UTC
  • mfrom: (1.1.11 upstream) (3.2.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090402212307-01pkh97q9b3u1vea
Tags: 0.27+svn110+gcc4.3.3+dfsg-1
* Now using gcc-4.3.3
* Updated copyright information
* Added Vcs-Git information
* Updated to policy 3.8.1 

Show diffs side-by-side

added added

removed removed

Lines of Context:
848
848
extern void unlink_bb_notes (basic_block, basic_block);
849
849
extern void add_block (basic_block, basic_block);
850
850
extern rtx bb_note (basic_block);
 
851
extern rtx sched_emit_insn (rtx);
851
852
 
852
853
/* Functions in sched-rgn.c.  */
853
854