mirror of
https://github.com/intel/llvm.git
synced 2026-02-05 04:46:27 +08:00
Right now we've a nested ternary for the midpoint function, but this can be simplified a bit more, using if statements. This also slightly increases the readability of that function.