summaryrefslogtreecommitdiff
path: root/support/tools/TableGen/CodeGenWrappers.h
diff options
context:
space:
mode:
Diffstat (limited to 'support/tools/TableGen/CodeGenWrappers.h')
-rw-r--r--support/tools/TableGen/CodeGenWrappers.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/support/tools/TableGen/CodeGenWrappers.h b/support/tools/TableGen/CodeGenWrappers.h
index c50d0576e8..b371c0977c 100644
--- a/support/tools/TableGen/CodeGenWrappers.h
+++ b/support/tools/TableGen/CodeGenWrappers.h
@@ -41,6 +41,8 @@ public:
return CalleeSavedRegisters;
}
+ MVT::ValueType getPointerType() const { return PointerType; }
+
// getInstructionSet - Return the InstructionSet object...
Record *getInstructionSet() const;