1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00

Mirrors ConstantPoolSDNode.

llvm-svn: 30314
This commit is contained in:
Evan Cheng 2006-09-14 05:48:39 +00:00
parent 4c07b09c0e
commit b68bfafe09

View File

@ -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