op_profile_type will successfully pass a type check compiled for TypeNumber when the argument is actually an integer. Currently, we want the type profiler to specifically capture that this has been an Int, but maybe in the future it's worth getting more lossy about this kinda thing.
Now, TypeNumber is now assumed to be Integer || Double, not just Double, which makes fixing this irrelevant.