warning fix
[libfirm] / ir / be / ia32 / ia32_new_nodes.h
index 58529da..5ad22d0 100644 (file)
@@ -71,6 +71,11 @@ void set_ia32_am_flavour(ir_node *node, ia32_am_flavour_t am_flavour);
  */
 char *get_ia32_am_offs(const ir_node *node);
 
+/**
+ * Gets the addressmode offset as long.
+ */
+long get_ia32_am_offs_long(const ir_node *node);
+
 /**
  * Adds an offset for addrmode.
  */
@@ -126,16 +131,6 @@ tarval *get_ia32_Immop_tarval(const ir_node *node);
  */
 void set_ia32_Immop_tarval(ir_node *node, tarval *tv);
 
-/**
- * Return the sc attribute.
- */
-ident *get_ia32_sc(const ir_node *node);
-
-/**
- * Sets the sc attribute.
- */
-void set_ia32_sc(ir_node *node, ident *sc);
-
 /**
  * Gets the string representation of the internal const (tv or symconst)
  */
@@ -144,7 +139,7 @@ const char *get_ia32_cnst(const ir_node *node);
 /**
  * Sets the string representation of the internal const.
  */
-void set_ia32_cnst(ir_node *node, char *cnst);
+void set_ia32_cnst(ir_node *node, const char *cnst);
 
 /**
  * Gets the ident representation of the internal const (tv or symconst)