diff --git a/include/llvm/CodeGen/MachineConstantPool.h b/include/llvm/CodeGen/MachineConstantPool.h index b55b283a604..0185329d0c7 100644 --- a/include/llvm/CodeGen/MachineConstantPool.h +++ b/include/llvm/CodeGen/MachineConstantPool.h @@ -86,6 +86,8 @@ struct MachineConstantPoolEntry { bool isMachineConstantPoolEntry() const { return (int)Offset < 0; } + + const Type *getType() const; }; /// The MachineConstantPool class keeps track of constants referenced by a