mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-11 06:38:20 +00:00
Remove dead code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187017 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -129,7 +129,6 @@ namespace llvm {
|
|||||||
bool isSubrange() const;
|
bool isSubrange() const;
|
||||||
bool isEnumerator() const;
|
bool isEnumerator() const;
|
||||||
bool isType() const;
|
bool isType() const;
|
||||||
bool isGlobal() const;
|
|
||||||
bool isUnspecifiedParameter() const;
|
bool isUnspecifiedParameter() const;
|
||||||
bool isTemplateTypeParameter() const;
|
bool isTemplateTypeParameter() const;
|
||||||
bool isTemplateValueParameter() const;
|
bool isTemplateValueParameter() const;
|
||||||
|
@ -231,11 +231,6 @@ bool DIDescriptor::isGlobalVariable() const {
|
|||||||
getTag() == dwarf::DW_TAG_constant);
|
getTag() == dwarf::DW_TAG_constant);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// isGlobal - Return true if the specified tag is legal for DIGlobal.
|
|
||||||
bool DIDescriptor::isGlobal() const {
|
|
||||||
return isGlobalVariable();
|
|
||||||
}
|
|
||||||
|
|
||||||
/// isUnspecifiedParmeter - Return true if the specified tag is
|
/// isUnspecifiedParmeter - Return true if the specified tag is
|
||||||
/// DW_TAG_unspecified_parameters.
|
/// DW_TAG_unspecified_parameters.
|
||||||
bool DIDescriptor::isUnspecifiedParameter() const {
|
bool DIDescriptor::isUnspecifiedParameter() const {
|
||||||
|
Reference in New Issue
Block a user