mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-07 12:28:24 +00:00
remove this method.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20482 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -279,10 +279,6 @@ private:
|
|||||||
/// @brief Insert a type into the symbol table with the specified name.
|
/// @brief Insert a type into the symbol table with the specified name.
|
||||||
void insertEntry(const std::string &Name, const Type *T);
|
void insertEntry(const std::string &Name, const Type *T);
|
||||||
|
|
||||||
/// Remove a specific value from a specific plane in the SymbolTable.
|
|
||||||
/// @returns the removed Value.
|
|
||||||
Value* removeEntry(plane_iterator Plane, value_iterator Entry);
|
|
||||||
|
|
||||||
/// This function is called when one of the types in the type plane
|
/// This function is called when one of the types in the type plane
|
||||||
/// is refined.
|
/// is refined.
|
||||||
virtual void refineAbstractType(const DerivedType *OldTy, const Type *NewTy);
|
virtual void refineAbstractType(const DerivedType *OldTy, const Type *NewTy);
|
||||||
|
Reference in New Issue
Block a user