Fix spelling.
[oota-llvm.git] / include / llvm / SymbolTable.h
index 30dc14fb7f91c94bff7236170ed5e0a0e8280a82..7e13402064971e37310eecf4789c8d5089345509 100644 (file)
@@ -118,6 +118,7 @@ private:
 
   // This function is called when one of the types in the type plane are refined
   virtual void refineAbstractType(const DerivedType *OldTy, const Type *NewTy);
+  virtual void typeBecameConcrete(const DerivedType *AbsTy);
 };
 
 #endif