- moved the imul mem,imm32 splitting into peephole optimizations
[libfirm] / ir / be / beuses.h
index 637b419..17b838a 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.
  *
@@ -31,8 +31,9 @@
 #include "belive.h"
 
 typedef struct _be_next_use_t {
-       unsigned time;
-       int      outermost_loop;
+       unsigned       time;
+       int            outermost_loop;
+       const ir_node *before;
 } be_next_use_t;
 
 #define USES_INFINITY  10000000