From 89abd77060d310967811b36c72d019a71c753485 Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Thu, 14 Sep 2006 05:48:39 +0000 Subject: Mirrors ConstantPoolSDNode. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30314 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/MachineConstantPool.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/llvm/CodeGen/MachineConstantPool.h') diff --git a/include/llvm/CodeGen/MachineConstantPool.h b/include/llvm/CodeGen/MachineConstantPool.h index b55b283a60..0185329d0c 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 -- cgit v1.2.3-18-g5258