search for: 232165

Displaying 1 result from an estimated 1 matches for "232165".

Did you mean: 23215
2015 Mar 16
4
[LLVMdev] possible addrspacecast problem
...-------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150315/11514899/attachment.html> -------------- next part -------------- Index: Value.cpp =================================================================== --- Value.cpp (revision 232165) +++ Value.cpp (working copy) @@ -574,8 +574,8 @@ return isDereferenceablePointer(RelocateInst.derivedPtr(), DL, Visited); } - if (const AddrSpaceCastInst *ASC = dyn_cast<AddrSpaceCastInst>(V)) - return isDereferenceablePointer(ASC->getOperand(0), DL, Visited); +// if (c...