shouldn't be here anymore
[libfirm] / ir / be / ia32 / ia32_transform.h
index fda2b41..44d6353 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.
  *
@@ -61,4 +61,9 @@ ir_entity *ia32_gen_fp_known_const(ia32_known_const_t kct);
 
 void ia32_add_missing_keeps(ia32_code_gen_t *cg);
 
+/**
+ * Skip all Down-Conv's on a given node and return the resulting node.
+ */
+ir_node *ia32_skip_downconv(ir_node *node);
+
 #endif /* FIRM_BE_IA32_IA32_TRANSFORM_H */