1 # This test requires constant propagation of loads and stores to be
2 # enabled.  This is only guaranteed at -O2 and higher.  Do not run
3 # at -O1.
4 
5 set torture_eval_before_compile {
6   if {[string match {*-O1*} "$option"]} {
7     continue
8   }
9 }
10 
11 return 0
12 
13