set_ia32_op_type() want ia32_AddrModeS, not ia32_am_Source (though they happen to...
[libfirm] / ir / be / ia32 / ia32_nodes_attr.h
index d45791b..5bd3ca2 100644 (file)
@@ -52,8 +52,7 @@ typedef       enum {
 typedef enum {
        ia32_am_arity_none = 0,
        ia32_am_unary      = 1,
-       ia32_am_binary     = 2,
-       ia32_am_ternary    = 3,
+       ia32_am_binary     = 2
 } ia32_am_arity_t;
 
 typedef enum {