diff options
author | Evan Cheng <evan.cheng@apple.com> | 2006-09-14 05:48:39 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2006-09-14 05:48:39 +0000 |
commit | 89abd77060d310967811b36c72d019a71c753485 (patch) | |
tree | 8317e8ae13d6c1383fd8b2f87c06f0a2e68dc7be /include/llvm/CodeGen | |
parent | d9c294b3302b90d119b1ac5fceb545e6713caf38 (diff) |
Mirrors ConstantPoolSDNode.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30314 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen')
-rw-r--r-- | include/llvm/CodeGen/MachineConstantPool.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |