diff --git a/support/tools/TableGen/CodeGenWrappers.h b/support/tools/TableGen/CodeGenWrappers.h index c50d0576e80..b371c0977cd 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 c50d0576e80..b371c0977cd 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 c50d0576e80..b371c0977cd 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;