aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2006-09-14 05:48:39 +0000
committerEvan Cheng <evan.cheng@apple.com>2006-09-14 05:48:39 +0000
commit89abd77060d310967811b36c72d019a71c753485 (patch)
tree8317e8ae13d6c1383fd8b2f87c06f0a2e68dc7be /include
parentd9c294b3302b90d119b1ac5fceb545e6713caf38 (diff)
downloadexternal_llvm-89abd77060d310967811b36c72d019a71c753485.zip
external_llvm-89abd77060d310967811b36c72d019a71c753485.tar.gz
external_llvm-89abd77060d310967811b36c72d019a71c753485.tar.bz2
Mirrors ConstantPoolSDNode.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30314 91177308-0d34-0410-b5e6-96231b3b80d8
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