[llvm-commits] CVS: llvm/lib/CodeGen/IntrinsicLowering.cpp

Chris Lattner clattner at apple.com
Mon Dec 18 08:57:18 PST 2006


>
> 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



More information about the llvm-commits mailing list