Use symbolic names instead of magic values for the position parameter of get_irn_n().
[libfirm] / ir / be / test / localopts.c
index c3980a5..2851d10 100644 (file)
@@ -48,6 +48,11 @@ int sub4(int x) {
        return 6 - ~x;
 }
 
+int addmul(int x, int y)
+{
+
+}
+
 int cmp1(int x, int y) {
        return -x == -y;
 }