comparison gcc/testsuite/gcc.dg/tree-ssa/ipa-cp-1.c @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 04ced10e8804
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
12 } 12 }
13 13
14 int 14 int
15 blah () 15 blah ()
16 { 16 {
17 very_long_function (1); 17 return very_long_function (1);
18 } 18 }
19 /* One appearance for dump, one self recursive call and one call from main. */ 19 /* One appearance for dump, one self recursive call and one call from main. */
20 /* { dg-final { scan-tree-dump-times "very_long_function.constprop \\(\\)" 3 "optimized"} } */ 20 /* { dg-final { scan-tree-dump-times "very_long_function.constprop \\(\\)" 3 "optimized"} } */