diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/gcc.target/arm/simd/vextp64_1.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 2fe348a..e2036e6 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2015-05-29 Christophe Lyon <christophe.lyon@linaro.org> + + * gcc.target/arm/simd/vextp64_1.c: Close comment on final line. + 2015-05-29 Dominik Vogt <vogt@linux.vnet.ibm.com> PR target/66215 diff --git a/gcc/testsuite/gcc.target/arm/simd/vextp64_1.c b/gcc/testsuite/gcc.target/arm/simd/vextp64_1.c index fe1d8bb..4ebedf3 100644 --- a/gcc/testsuite/gcc.target/arm/simd/vextp64_1.c +++ b/gcc/testsuite/gcc.target/arm/simd/vextp64_1.c @@ -21,4 +21,4 @@ main (int argc, char **argv) return 0; } -/* Don't scan assembler for vext - it can be optimized into a move from r0. +/* Don't scan assembler for vext - it can be optimized into a move from r0. */ |