improved example
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Tue, 28 Oct 2008 14:56:19 +0000 (14:56 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Tue, 28 Oct 2008 14:56:19 +0000 (14:56 +0000)
[r23276]

ir/be/test/blocks.c

index 99540b1..baf962f 100644 (file)
@@ -8,7 +8,7 @@ int test(int a, int b, int c) {
                B = b;
                return A + c;
        case 2:
-               B = b;
+               B = c;
                return c + A;
        case 3:
                return c + A;