Skip to content

Commit c757ca7

Browse files
committed
AMDGPU: Remove dead declaration
1 parent ddfc7e2 commit c757ca7

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -856,14 +856,6 @@ bool isReadOnlySegment(const GlobalValue *GV);
856856
/// target triple \p TT, false otherwise.
857857
bool shouldEmitConstantsToTextSection(const Triple &TT);
858858

859-
/// \returns Integer value requested using \p F's \p Name attribute.
860-
///
861-
/// \returns \p Default if attribute is not present.
862-
///
863-
/// \returns \p Default and emits error if requested value cannot be converted
864-
/// to integer.
865-
int getIntegerAttribute(const Function &F, StringRef Name, int Default);
866-
867859
/// \returns A pair of integer values requested using \p F's \p Name attribute
868860
/// in "first[,second]" format ("second" is optional unless \p OnlyFirstRequired
869861
/// is false).

0 commit comments

Comments
 (0)