mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-11 00:39:36 +00:00
Mirrors ConstantPoolSDNode.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30314 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d9c294b330
commit
89abd77060
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user