Allow clients to get at the pointer type
[oota-llvm.git] / support / tools / TableGen / CodeGenWrappers.h
index c50d0576e80647b16b8bbbdbbade590fb97eac83..b371c0977cd62b9b08ebe0a616f5ee7e09f45455 100644 (file)
@@ -41,6 +41,8 @@ public:
     return CalleeSavedRegisters;
   }
 
+  MVT::ValueType getPointerType() const { return PointerType; }
+
   // getInstructionSet - Return the InstructionSet object...
   Record *getInstructionSet() const;