mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
These methods are dead, remove them. Because the bodies will soon be
ressurected, just ifdef them out for now. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8840 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1ad37b2b59
commit
9ad4dac582
@ -576,6 +576,7 @@ void ConstantArray::destroyConstant() {
|
|||||||
destroyConstantImpl();
|
destroyConstantImpl();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 0
|
||||||
/// refineAbstractType - If this callback is invoked, then this constant is of a
|
/// refineAbstractType - If this callback is invoked, then this constant is of a
|
||||||
/// derived type, change all users to use a concrete constant of the new type.
|
/// derived type, change all users to use a concrete constant of the new type.
|
||||||
///
|
///
|
||||||
@ -593,7 +594,7 @@ void ConstantArray::refineAbstractType(const DerivedType *OldTy,
|
|||||||
destroyConstant(); // This constant is now dead, destroy it.
|
destroyConstant(); // This constant is now dead, destroy it.
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
// ConstantArray::get(const string&) - Return an array that is initialized to
|
// ConstantArray::get(const string&) - Return an array that is initialized to
|
||||||
// contain the specified string. A null terminator is added to the specified
|
// contain the specified string. A null terminator is added to the specified
|
||||||
@ -644,6 +645,7 @@ void ConstantStruct::destroyConstant() {
|
|||||||
destroyConstantImpl();
|
destroyConstantImpl();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 0
|
||||||
/// refineAbstractType - If this callback is invoked, then this constant is of a
|
/// refineAbstractType - If this callback is invoked, then this constant is of a
|
||||||
/// derived type, change all users to use a concrete constant of the new type.
|
/// derived type, change all users to use a concrete constant of the new type.
|
||||||
///
|
///
|
||||||
@ -661,7 +663,7 @@ void ConstantStruct::refineAbstractType(const DerivedType *OldTy,
|
|||||||
destroyConstant(); // This constant is now dead, destroy it.
|
destroyConstant(); // This constant is now dead, destroy it.
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
//---- ConstantPointerNull::get() implementation...
|
//---- ConstantPointerNull::get() implementation...
|
||||||
//
|
//
|
||||||
@ -687,6 +689,7 @@ void ConstantPointerNull::destroyConstant() {
|
|||||||
destroyConstantImpl();
|
destroyConstantImpl();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 0
|
||||||
/// refineAbstractType - If this callback is invoked, then this constant is of a
|
/// refineAbstractType - If this callback is invoked, then this constant is of a
|
||||||
/// derived type, change all users to use a concrete constant of the new type.
|
/// derived type, change all users to use a concrete constant of the new type.
|
||||||
///
|
///
|
||||||
@ -703,6 +706,7 @@ void ConstantPointerNull::refineAbstractType(const DerivedType *OldTy,
|
|||||||
destroyConstant();
|
destroyConstant();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -820,6 +824,7 @@ void ConstantExpr::destroyConstant() {
|
|||||||
destroyConstantImpl();
|
destroyConstantImpl();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 0
|
||||||
/// refineAbstractType - If this callback is invoked, then this constant is of a
|
/// refineAbstractType - If this callback is invoked, then this constant is of a
|
||||||
/// derived type, change all users to use a concrete constant of the new type.
|
/// derived type, change all users to use a concrete constant of the new type.
|
||||||
///
|
///
|
||||||
@ -853,6 +858,7 @@ void ConstantExpr::refineAbstractType(const DerivedType *OldTy,
|
|||||||
destroyConstant(); // This constant is now dead, destroy it.
|
destroyConstant(); // This constant is now dead, destroy it.
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user