summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/profile/Inputs/instrprof-value-prof-real.c
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/profile/Inputs/instrprof-value-prof-real.c')
-rw-r--r--compiler-rt/test/profile/Inputs/instrprof-value-prof-real.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/compiler-rt/test/profile/Inputs/instrprof-value-prof-real.c b/compiler-rt/test/profile/Inputs/instrprof-value-prof-real.c
index 9ce6aeaa93c..65e57990072 100644
--- a/compiler-rt/test/profile/Inputs/instrprof-value-prof-real.c
+++ b/compiler-rt/test/profile/Inputs/instrprof-value-prof-real.c
@@ -46,6 +46,23 @@ int main() {
Fp = getFunc(511 - I);
for (J = 0; J < 2000 - I; J++)
Fp();
+#ifdef STRESS
+ Fp = getFunc(I);
+ for (J = 0; J < 2000 - I; J++)
+ Fp();
+
+ Fp = getFunc(I);
+ for (J = 0; J < 2000 - I; J++)
+ Fp();
+
+ Fp = getFunc(I);
+ for (J = 0; J < 2000 - I; J++)
+ Fp();
+
+ Fp = getFunc(I);
+ for (J = 0; J < 2000 - I; J++)
+ Fp();
+#endif
}
#ifdef CALL_SHARED
shared_entry();
OpenPOWER on IntegriCloud