Imported Upstream version 4.8.1
[platform/upstream/gcc48.git] / gcc / testsuite / gcc.dg / tree-ssa / ssa-pre-1.c
index 3dd3b52..3bc0f5e 100644 (file)
@@ -9,7 +9,7 @@ int foo(int argc, char **argv)
        b  = argc + 1;
        c =  argc + 2;
        a = b + c;
-       if (argc * 2)
+       if (argc > 2)
        {
                c = argc + 3;
        }