Test case for historical reasons
[libfirm] / ir / be / mips / bearch_mips.h
index 5496dbb..24403f1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1995-2007 University of Karlsruhe.  All right reserved.
+ * Copyright (C) 1995-2008 University of Karlsruhe.  All right reserved.
  *
  * This file is part of libFirm.
  *
@@ -32,16 +32,7 @@ typedef struct mips_code_gen_t  mips_code_gen_t;
 
 extern const arch_isa_if_t mips_isa_if;
 
-/** return the scheduled block at position pos */
-ir_node *mips_get_sched_block(const mips_code_gen_t *cg, int pos);
-
-/** return the number of scheduled blocks */
-int mips_get_sched_n_blocks(const mips_code_gen_t *cg);
-
-/** set a block schedule number */
-void mips_set_block_sched_nr(ir_node *block, int nr);
-
-/** get a block schedule number */
-int mips_get_block_sched_nr(ir_node *block);
+int mips_is_Load(const ir_node *node);
+int mips_is_Store(const ir_node *node);
 
 #endif