Fix physical register liveness calculations:
[oota-llvm.git] / include / llvm / Type.h
index 10e14dd8dea0ee9ceff8d85499f265b4319253ea..def45750dd71672a4577b354d4e3c4209a18e352 100644 (file)
@@ -346,8 +346,10 @@ public:
   unsigned getVectorNumElements() const;
   Type *getVectorElementType() const { return getSequentialElementType(); }
 
-  unsigned getPointerAddressSpace() const;
   Type *getPointerElementType() const { return getSequentialElementType(); }
+
+  /// \brief Get the address space of this pointer or pointer vector type.
+  unsigned getPointerAddressSpace() const;
   
   //===--------------------------------------------------------------------===//
   // Static members exported by the Type class itself.  Useful for getting