typo fixed
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 23 Aug 2007 13:12:40 +0000 (13:12 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 23 Aug 2007 13:12:40 +0000 (13:12 +0000)
[r15589]

ir/opt/reassoc.c

index 6c7fb9f..1d06b2b 100644 (file)
@@ -674,7 +674,7 @@ transform:
         * we implement the second here
         */
        ma = get_irn_mode(a);
-       mb = get_irn_mode(a);
+       mb = get_irn_mode(b);
        if (ma != mb && mode_is_int(ma) && mode_is_int(mb))
                return 0;