I hope this extra cast will make everyone happy...
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230872
91177308-0d34-0410-b5e6-
96231b3b80d8
/// this. Otherwise, return the first operand, which is where all other
/// subclasses store their file pointer.
Metadata *getFile() const {
- return isa<MDFile>(this) ? const_cast<MDScope *>(this) : getOperand(0);
+ return isa<MDFile>(this) ? const_cast<MDScope *>(this)
+ : static_cast<Metadata *>(getOperand(0));
}
static bool classof(const Metadata *MD) {