* gcc.dg/tree-ssa/20031015-1.c: Expect one V_MUST_DEF.
authorRichard Henderson <rth@redhat.com>
Thu, 19 May 2005 04:13:38 +0000 (21:13 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Thu, 19 May 2005 04:13:38 +0000 (21:13 -0700)
From-SVN: r99949

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/20031015-1.c

index 78580bc0933ed5501dc1bb736f4aee60cf21a70a..fbb7b5fc4f207eed006409718300ebaf12fb758b 100644 (file)
@@ -1,3 +1,7 @@
+2005-05-18  Richard Henderson  <rth@redhat.com>
+
+       * gcc.dg/tree-ssa/20031015-1.c: Expect one V_MUST_DEF.
+
 2005-05-18  Devang Patel  <dpatel@apple.com>
 
        * g++.dg/opt/20050511-1.C: New test.
index 0bfef45fcfc57241fa4dc3051314989c0605768b..43e160ddf43b78b1ee2c2cc865ba93f89743fef7 100644 (file)
@@ -13,5 +13,8 @@ main(void)
   return 0;
 }
 
-/* { dg-final { scan-tree-dump-times "V_MAY_DEF" 2 "alias1" } } */
+/* The V_MUST_DEF comes from the initial assignment; the V_MAY_DEF
+   comes from the asm.  */
+/* { dg-final { scan-tree-dump-times "V_MUST_DEF" 1 "alias1" } } */
+/* { dg-final { scan-tree-dump-times "V_MAY_DEF" 1 "alias1" } } */
 /* { dg-final { cleanup-tree-dump "alias1" } } */