Update loop_count.cpp with corrected syntax for hit count loop buckets.
As Anh and I figured out, the compiled CMP
was using flipped operands as per ATT syntax. To accommodate this I switched from jg
to jle
instructions, and also added a routine to uphold the final bucket being unbounded.