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