; ModuleID = 'Gothenburg_v2_true-termination.c.pass0.llvm'
source_filename = "Gothenburg_v2_true-termination.c"
target datalayout = "e-m:o-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-apple-macosx10.15.0"

; Function Attrs: noinline nounwind ssp uwtable
define i32 @main() #0 {
bb:
  %tmp = call i32 @__VERIFIER_nondet_int()
  %tmp2 = call i32 @__VERIFIER_nondet_int()
  %tmp3 = call i32 @__VERIFIER_nondet_int()
  %tmp4 = call i32 @__VERIFIER_nondet_int()
  %tmp5 = add nsw i32 %tmp2, 1
  %tmp6 = icmp eq i32 %tmp, %tmp5
  br i1 %tmp6, label %bb7, label %bb24

bb7:                                              ; preds = %bb
  %tmp8 = icmp slt i32 %tmp3, 0
  br i1 %tmp8, label %bb9, label %bb24

bb9:                                              ; preds = %bb7
  br label %bb10

bb10:                                             ; preds = %bb16, %bb9
  %.01 = phi i32 [ %tmp3, %bb9 ], [ %tmp19, %bb16 ]
  %.0 = phi i32 [ %tmp4, %bb9 ], [ %tmp22, %bb16 ]
  %tmp11 = icmp sge i32 %.01, 0
  br i1 %tmp11, label %bb14, label %bb12

bb12:                                             ; preds = %bb10
  %tmp13 = icmp sge i32 %.0, 0
  br label %bb14

bb14:                                             ; preds = %bb12, %bb10
  %tmp15 = phi i1 [ true, %bb10 ], [ %tmp13, %bb12 ]
  br i1 %tmp15, label %bb16, label %bb23

bb16:                                             ; preds = %bb14
  %tmp17 = add nsw i32 %.01, %tmp
  %tmp18 = sub nsw i32 %tmp17, %tmp2
  %tmp19 = sub nsw i32 %tmp18, 1
  %tmp20 = add nsw i32 %.0, %tmp2
  %tmp21 = sub nsw i32 %tmp20, %tmp
  %tmp22 = sub nsw i32 %tmp21, 1
  br label %bb10

bb23:                                             ; preds = %bb14
  br label %bb24

bb24:                                             ; preds = %bb23, %bb7, %bb
  ret i32 0
}

declare i32 @__VERIFIER_nondet_int() #1

attributes #0 = { noinline nounwind ssp uwtable "correctly-rounded-divide-sqrt-fp-math"="false" "darwin-stkchk-strong-link" "disable-tail-calls"="false" "frame-pointer"="all" "less-precise-fpmad"="false" "min-legal-vector-width"="0" "no-infs-fp-math"="false" "no-jump-tables"="false" "no-nans-fp-math"="false" "no-signed-zeros-fp-math"="false" "no-trapping-math"="false" "probe-stack"="___chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="penryn" "target-features"="+cx16,+cx8,+fxsr,+mmx,+sahf,+sse,+sse2,+sse3,+sse4.1,+ssse3,+x87" "unsafe-fp-math"="false" "use-soft-float"="false" }
attributes #1 = { "correctly-rounded-divide-sqrt-fp-math"="false" "darwin-stkchk-strong-link" "disable-tail-calls"="false" "frame-pointer"="all" "less-precise-fpmad"="false" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "no-signed-zeros-fp-math"="false" "no-trapping-math"="false" "probe-stack"="___chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="penryn" "target-features"="+cx16,+cx8,+fxsr,+mmx,+sahf,+sse,+sse2,+sse3,+sse4.1,+ssse3,+x87" "unsafe-fp-math"="false" "use-soft-float"="false" }

!llvm.module.flags = !{!0, !1, !2}
!llvm.ident = !{!3}

!0 = !{i32 2, !"SDK Version", [3 x i32] [i32 10, i32 15, i32 6]}
!1 = !{i32 1, !"wchar_size", i32 4}
!2 = !{i32 7, !"PIC Level", i32 2}
!3 = !{!"Apple clang version 12.0.0 (clang-1200.0.32.2)"}