From 3f33ee3ac885ac639f932ab5cfec03d6f5f125d0 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Wed, 18 Jun 2008 18:12:38 -0700 Subject: Hack optim_arridx to avoid more optimization than intended --- testsuite/systemtap.base/optim_arridx.stp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/systemtap.base/optim_arridx.stp') diff --git a/testsuite/systemtap.base/optim_arridx.stp b/testsuite/systemtap.base/optim_arridx.stp index 20710c7f..3e4f8fd2 100644 --- a/testsuite/systemtap.base/optim_arridx.stp +++ b/testsuite/systemtap.base/optim_arridx.stp @@ -1,7 +1,7 @@ global arr1, arr2, arr3, elide_idx1, elide_global_a, elide_global_b function fna(a:long) {return a} -function fnb(a:long, b:long) {return a+b} +function fnb(a:long, b:long) {return a+b+printf("")} probe begin { // array indices -- cgit