]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix mips pr54240 testcase
authorChao-ying Fu <cfu@wavecomp.com>
Fri, 31 Jan 2025 17:13:50 +0000 (17:13 +0000)
committerAndrew Pinski <quic_apinski@quicinc.com>
Mon, 12 May 2025 04:30:39 +0000 (21:30 -0700)
Like r9-5152-gd1409ea5a2f759 but for the mips testcase.

gcc/testsuite/
* gcc.target/mips/pr54240.c: Scan phiopt2.

Signed-off-by: Chao-ying Fu <cfu@mips.com>
Signed-off-by: Aleksandar Rakic <aleksandar.rakic@htecgroup.com>
gcc/testsuite/gcc.target/mips/pr54240.c

index d3976f6cfef0c4e078f1b81f9769d164f15896f1..31b793bb8c6473d5ffb3e4702a7d78b6e85730bd 100644 (file)
@@ -27,4 +27,4 @@ NOMIPS16 int foo(S *s)
   return next->v;
 }
 
-/* { dg-final { scan-tree-dump "Hoisting adjacent loads" "phiopt1" } } */
+/* { dg-final { scan-tree-dump "Hoisting adjacent loads" "phiopt2" } } */