aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/llvm/CodeGen/MachineConstantPool.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/MachineConstantPool.h b/include/llvm/CodeGen/MachineConstantPool.h
index b55b283..0185329 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