From: kazu Date: Sun, 27 Feb 2005 13:49:37 +0000 (+0000) Subject: * gcc.dg/asm-b.c: Fix comment typos. X-Git-Tag: upstream/4.9.2~63446 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=474555eab9851ba11e01cfacc5bfa9b48d66f2ec;p=platform%2Fupstream%2Flinaro-gcc.git * gcc.dg/asm-b.c: Fix comment typos. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95609 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 8cdc5c4..c13dd70 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2005-02-27 Kazu Hirata + + * gcc.dg/asm-b.c: Fix comment typos. + 2005-02-26 Andrew Pinski * gcc.dg/tree-ssa/inline_asm-2.c: link_error produces diff --git a/gcc/testsuite/gcc.dg/asm-b.c b/gcc/testsuite/gcc.dg/asm-b.c index ce68cab..c3b0edd 100644 --- a/gcc/testsuite/gcc.dg/asm-b.c +++ b/gcc/testsuite/gcc.dg/asm-b.c @@ -1,8 +1,8 @@ /* { dg-do run { target powerpc-*-* i?386-*-* x86_64-*-* } } */ /* { dg-options "-O1" } */ -/* Test to make sure that inline-asm causes the tree optimizators get the - V_MAY_DEFs and clober memory. */ -/* Test from Jakub Jelinek, modified by Andrew Pinski to work on all powerpc targets. */ +/* Test to make sure that inline-asm causes the tree optimizers to get the + V_MAY_DEFs and clobber memory. */ +/* Test from Jakub Jelinek, modified by Andrew Pinski to work on all powerpc targets. */ extern void abort (void); unsigned short v = 0x0300;