Remove the notion of primitive types.
[oota-llvm.git] / include / llvm / IR / DerivedTypes.h
index e279e60e47681572680da6b698048f8a03b59018..758ef71a1f0f200f0f2f6677ba822a1a49cf4b72 100644 (file)
@@ -249,7 +249,7 @@ public:
   bool isOpaque() const { return (getSubclassData() & SCDB_HasBody) == 0; }
 
   /// isSized - Return true if this is a sized type.
-  bool isSized() const;
+  bool isSized(SmallPtrSet<const Type*, 4> *Visited = 0) const;
   
   /// hasName - Return true if this is a named struct that has a non-empty name.
   bool hasName() const { return SymbolTableEntry != 0; }