summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--support/tools/TableGen/CodeGenWrappers.h2
-rw-r--r--utils/TableGen/CodeGenTarget.h2
-rw-r--r--utils/TableGen/CodeGenWrappers.h2
3 files changed, 6 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;
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;