[llvm-commits] CVS: llvm/utils/TableGen/CodeGenWrappers.h
Chris Lattner
lattner at cs.uiuc.edu
Thu Aug 7 01:02:02 PDT 2003
Changes in directory llvm/utils/TableGen:
CodeGenWrappers.h updated: 1.1 -> 1.2
---
Log message:
Allow clients to get at the pointer type
---
Diffs of the changes:
Index: llvm/utils/TableGen/CodeGenWrappers.h
diff -u llvm/utils/TableGen/CodeGenWrappers.h:1.1 llvm/utils/TableGen/CodeGenWrappers.h:1.2
--- llvm/utils/TableGen/CodeGenWrappers.h:1.1 Thu Aug 7 00:38:11 2003
+++ llvm/utils/TableGen/CodeGenWrappers.h Thu Aug 7 01:01:44 2003
@@ -41,6 +41,8 @@
return CalleeSavedRegisters;
}
+ MVT::ValueType getPointerType() const { return PointerType; }
+
// getInstructionSet - Return the InstructionSet object...
Record *getInstructionSet() const;
More information about the llvm-commits
mailing list