1 ; Make sure we don't crash in LICM. 2 ; RUN: opt %s -licm -opt-bisect-limit=1 3 4 define void @patatino() { 5 for.cond1: 6 br label %for.body 7 for.body: 8 br label %for.cond5 9 for.cond5: 10 br i1 true, label %if.end, label %for.end 11 if.end: 12 br label %for.cond5 13 for.end: 14 br label %for.body 15 } 16