Xamarin Public Jenkins (auto-signing) f32dbaf0b2 Imported Upstream version 5.18.0.225
Former-commit-id: 10196d987d5fc5564b9d3b33b1fdf13190f4d0b5
2018-12-21 19:01:49 +00:00

16 lines
284 B
LLVM

; Make sure we don't crash in LICM.
; RUN: opt %s -licm -opt-bisect-limit=1
define void @patatino() {
for.cond1:
br label %for.body
for.body:
br label %for.cond5
for.cond5:
br i1 true, label %if.end, label %for.end
if.end:
br label %for.cond5
for.end:
br label %for.body
}