Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into llvm14
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrk committed Jul 8, 2022
2 parents bdfa3af + e2d7e3b commit 974b2a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recursive_inline_function.1.zig
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ inline fn fibonacci(n: usize) usize {
// error
//
// :11:21: error: evaluation exceeded 1000 backwards branches
// :11:21: note: use @setEvalBranchQuota() to raise the branch limit from 1000
// :11:40: note: called from here (6 times)
// :11:21: note: called from here (495 times)
// :5:24: note: called from here

0 comments on commit 974b2a9

Please sign in to comment.