Details
Diff Detail
Event Timeline
Looks OK
lib/Analysis/ConstantFolding.cpp | ||
---|---|---|
488 | Presumably this could be getElementType (since SrcPtrTy is already a PointerType) - but in either case this is a stop-gap and will eventually be removed/migrated? |
include/llvm/Analysis/ConstantFolding.h | ||
---|---|---|
98 | It's not clear which type Ty refers to. |
lib/Analysis/ConstantFolding.cpp | ||
---|---|---|
488 | I've been using getPointerElementType everywhere so it matches my local setup where PointerType::getPointerElementType is the only method used everywhere (the one on Value is gone and PointerType::getElementType is deprecated). |
It's not clear which type Ty refers to.