* gcc.target/i386/pr45830.c: Update scan-tree-dump.

From-SVN: r186597
This commit is contained in:
Steven Bosscher 2012-04-19 15:13:26 +00:00
parent 75be0217a8
commit 6802bcd44d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2012-04-19 Steven Bosscher <steven@gcc.gnu.org>
* gcc.target/i386/pr45830.c: Update scan-tree-dump.
2012-04-19 Christian Bruel <christian.bruel@st.com>
* gcc.dg/pr52283.c: New test.

View File

@ -26,6 +26,6 @@ foo (int *a)
}
}
/* { dg-final { scan-tree-dump "Expanding as bit test is preferable" "switchconv" } } */
/* { dg-final { scan-tree-dump "expanding as bit test is preferable" "switchconv" } } */
/* { dg-final { scan-assembler-not "CSWTCH" } } */
/* { dg-final { cleanup-tree-dump "switchconv" } } */