[llvm-commits] CVS: llvm/include/llvm/CodeGen/MachineConstantPool.h

Evan Cheng evan.cheng at apple.com
Wed Sep 13 22:48:53 PDT 2006



Changes in directory llvm/include/llvm/CodeGen:

MachineConstantPool.h updated: 1.18 -> 1.19
---
Log message:

Mirrors ConstantPoolSDNode.

---
Diffs of the changes:  (+2 -0)

 MachineConstantPool.h |    2 ++
 1 files changed, 2 insertions(+)


Index: llvm/include/llvm/CodeGen/MachineConstantPool.h
diff -u llvm/include/llvm/CodeGen/MachineConstantPool.h:1.18 llvm/include/llvm/CodeGen/MachineConstantPool.h:1.19
--- llvm/include/llvm/CodeGen/MachineConstantPool.h:1.18	Tue Sep 12 15:59:22 2006
+++ llvm/include/llvm/CodeGen/MachineConstantPool.h	Thu Sep 14 00:48:39 2006
@@ -86,6 +86,8 @@
   bool isMachineConstantPoolEntry() const {
     return (int)Offset < 0;
   }
+
+  const Type *getType() const;
 };
   
 /// The MachineConstantPool class keeps track of constants referenced by a






More information about the llvm-commits mailing list