[llvm-commits] [llvm] r105289 - /llvm/trunk/lib/Transforms/Utils/LowerInvoke.cpp
Chris Lattner
clattner at apple.com
Tue Jun 1 14:49:51 PDT 2010
>>
>> Constant *Null32 = Constant::getNullValue(Type::getInt32Ty(M->getContext()));
>> Constant *GEPIdx[2] = { Null32, Null32 };
>
> Doh! Right you are. What I get for doing the change mechanically rather than looking more closely.
>
> I'm considering nuking that function entirely. The only caller is the function following it, writeAbortMessage, and the body of that function is in a "#if 0" block. It looks like because it breaks under Windows since there's no write() function available there.
Ah ok, go for it! Thanks,
More information about the llvm-commits
mailing list