diff options
author | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-08 14:50:18 +0000 |
---|---|---|
committer | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-08 14:50:18 +0000 |
commit | 028f8cc7142ff9e1778f852559dfa1bf770a06c3 (patch) | |
tree | 6695ebea74baaaa2226f81de735a9efbc2408442 /gcc/testsuite/gcc.dg/i386-cmov1.c | |
parent | 1b87317b79ceb45d31b19ac3544d84b534741256 (diff) | |
download | gcc-028f8cc7142ff9e1778f852559dfa1bf770a06c3.tar.gz |
* i386.md (subsi_3_zext, sse2_nandv2di3): Fix predicates.
* i386.c (k8_avoid_jump_misspredicts): Fix debug output.
* cfg.c (verify_flow_info): Move IL independent checks from cfgrtl here.
(dump_bb): New based on old dump_bb in cfgrtl.c
(debug_bb, debug_bb_n): Move the functions from cfgrtl.c here.
* cfghooks.h (cfgh_verify_flow_info): Return status.
* cfglayout.c (cfg_layout_finalize): Verify CFG correctness.
* cfgrtl.c (debug_bb, debug_bb_n): Move to cfg.c
(dump_bb): Remove generic parts.
(rtl_verify_flow_info_1): Break out from rtl_verify_flow_info.
(rtl_verify_flow_info): Only check things dependeing on linearized RTL.
* i386-cmov1.c: Fix regular expression.
* i386-cvt-1.c: Likewise.
* i386-local.c: Likewise.
* i386-local2.c: Likewise.
* i386-mul.c: Likewise.
* i386-ssetype-1.c: Likewise.
* i386-ssetype-3.c: Likewise.
* i386-ssetype-5.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67630 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/gcc.dg/i386-cmov1.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/i386-cmov1.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gcc/testsuite/gcc.dg/i386-cmov1.c b/gcc/testsuite/gcc.dg/i386-cmov1.c index 38aa6a62a60..71f03ae9fea 100644 --- a/gcc/testsuite/gcc.dg/i386-cmov1.c +++ b/gcc/testsuite/gcc.dg/i386-cmov1.c @@ -1,11 +1,11 @@ /* { dg-do compile { target i?86-*-* x86_64-*-* } } */ /* { dg-options "-O2 -march=k8" } */ -/* { dg-final { scan-assembler "sar.*magic_namea" } } */ -/* { dg-final { scan-assembler "sar.*magic_nameb" } } */ -/* { dg-final { scan-assembler "sar.*magic_namec" } } */ -/* { dg-final { scan-assembler "shr.*magic_named" } } */ -/* { dg-final { scan-assembler "shr.*magic_namee" } } */ -/* { dg-final { scan-assembler "shr.*magic_namef" } } */ +/* { dg-final { scan-assembler "sar\[^\\n\]*magic_namea" } } */ +/* { dg-final { scan-assembler "sar\[^\\n\]*magic_nameb" } } */ +/* { dg-final { scan-assembler "sar\[^\\n\]*magic_namec" } } */ +/* { dg-final { scan-assembler "shr\[^\\n\]*magic_named" } } */ +/* { dg-final { scan-assembler "shr\[^\\n\]*magic_namee" } } */ +/* { dg-final { scan-assembler "shr\[^\\n\]*magic_namef" } } */ /* Check code generation for several conditional moves doable by single arithmetics. */ |