[LLVMdev] LongTy in LowerInvoke.cpp
Andrew Lenharth
alenhar2 at cs.uiuc.edu
Fri May 13 06:58:42 PDT 2005
On Fri, 2005-05-13 at 08:06 +0200, Markus F.X.J. Oberhumer wrote:
> Actually that's the only case I stumbled over this problem in a somewhat
> larger C++ program, and it's clearly the wrong type in LowerInvoke.cpp -
> it really should be IntPtrTy. But maybe we could use just IntTy here to
> avoid target dependencies.
Wait a minute. You want to lower a 64 bit thing to a 32 bit and "avoid
target dependencies" when the right type is a pointer? You know the
64-bit targets won't like this one bit.
Andrew
More information about the llvm-dev
mailing list