[LLVMdev] LongTy in LowerInvoke.cpp
Chris Lattner
sabre at nondot.org
Thu May 12 22:52:23 PDT 2005
On Fri, 13 May 2005, Markus F.X.J. Oberhumer wrote:
> There is still one unneeded LongTy in LowerInvoke.cpp - something like this
> pseudo-diff should probably get applied.
What does this impact?
-Chris
> Index: LowerInvoke.cpp
> ===================================================================
> RCS file: /var/cvs/llvm/llvm/lib/Transforms/Scalar/LowerInvoke.cpp,v
> retrieving revision 1.23
> diff -r1.23 LowerInvoke.cpp
> 160c160
> < std::vector<Constant*> GEPIdx(2, Constant::getNullValue(Type::LongTy));
> ---
>> std::vector<Constant*> GEPIdx(2,
> Constant::getNullValue(XXX::IntPtrTy));
> 173c173
> < std::vector<Constant*> GEPIdx(2, Constant::getNullValue(Type::LongTy));
> ---
>> std::vector<Constant*> GEPIdx(2,
> Constant::getNullValue(XXX::IntPtrTy));
>
>
-Chris
--
http://nondot.org/sabre/
http://llvm.cs.uiuc.edu/
More information about the llvm-dev
mailing list