search for: 94b609ca

Displaying 1 result from an estimated 1 matches for "94b609ca".

2004 Jul 10
1
[LLVMdev] Re: [llvm-commits] CAUTION: Type != Value
> As you noted, the cast to Value* from (I presume) Type* is now invalid > as there is no inheritance relationship. You can give a type a name by > converting: > > Ty->setName(Name, &ST) > > to: > > ST.insert(Name, Ty) > > Hope that helps. This is resolve problem for me. Is attached patch ok for llvm/lib/VMCore/Module.cpp ? Vladimir --------------