> > Convert the last uses of CastInst::createInferredCast to a normal cast > creation. These changes are still temporary but at least this pushes > knowledge of signedness out closer to where it can be determined > properly > and allows signedness to be removed from VMCore. Ah, ok, I get it now :) -Chris