projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9c294b
)
Mirrors ConstantPoolSDNode.
author
Evan Cheng
<evan.cheng@apple.com>
Thu, 14 Sep 2006 05:48:39 +0000
(
05:48
+0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Thu, 14 Sep 2006 05:48:39 +0000
(
05:48
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30314
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/CodeGen/MachineConstantPool.h
patch
|
blob
|
history
diff --git
a/include/llvm/CodeGen/MachineConstantPool.h
b/include/llvm/CodeGen/MachineConstantPool.h
index b55b283a604bf5709a1f0bbbd860e327c310a5f3..0185329d0c778a8b4fee61ec1c7c39de5952afb9 100644
(file)
--- 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