]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Reverted 250770
authortnfchris <tnfchris@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 1 Aug 2017 12:23:59 +0000 (12:23 +0000)
committertnfchris <tnfchris@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 1 Aug 2017 12:23:59 +0000 (12:23 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@250773 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/aarch64/dbl_mov_immediate_1.c

index 870307c73411bfa8973ad8994c1c419bcef687ab..c25f0210eb46f851c4d82a0001909636f3371896 100644 (file)
@@ -3,11 +3,6 @@
        PR middle-end/70140
        * gcc.dg/string-opt-1.c: Adjust test-case to scan for memcpy.
 
-2017-08-01  Tamar Christina  <tamar.christina@arm.com>
-
-       * gcc.target/aarch64/dbl_mov_immediate_1.c:
-       Use conditional assembler scans.
-
 2017-08-01  Uros Bizjak  <ubizjak@gmail.com>
 
        PR target/81641
index cfe8c9e993e974822fd8a5fbbad4563cf5e9c30a..e8dd01db056100f91ae6b933453622e62c23f411 100644 (file)
@@ -46,11 +46,8 @@ double d4(void)
 
 /* { dg-final { scan-assembler-times "fmov\td\[0-9\]+, 1\\\.5e\\\+0"        1 } } */
 
-/* { dg-final { scan-assembler-times "mov\tx\[0-9\]+, 25838523252736"       1 { target aarch64-*-* } } } */
-/* { dg-final { scan-assembler-times "movk\tx\[0-9\]+, 0x40fe, lsl 48"      1 { target aarch64-*-* } } } */
-/* { dg-final { scan-assembler-times "mov\tx\[0-9\]+, -9223372036854775808" 1 { target aarch64-*-* } } } */
-/* { dg-final { scan-assembler-times "mov\tx\[0-9\]+, 6016"                 1 { target aarch64_be-*-* } } } */
-/* { dg-final { scan-assembler-times "movk\tx\[0-9\]+, 0x40fe, lsl 16"      1 { target aarch64_be-*-* } } } */
-/* { dg-final { scan-assembler-times "mov\tx\[0-9\]+, 2147483648"           1 { target aarch64_be-*-* } } } */
+/* { dg-final { scan-assembler-times "mov\tx\[0-9\]+, 25838523252736"       1 } } */
+/* { dg-final { scan-assembler-times "movk\tx\[0-9\]+, 0x40fe, lsl 48"      1 } } */
+/* { dg-final { scan-assembler-times "mov\tx\[0-9\]+, -9223372036854775808" 1 } } */
 /* { dg-final { scan-assembler-times "fmov\td\[0-9\]+, x\[0-9\]+"           2 } } */