We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddfc7e2 commit c757ca7Copy full SHA for c757ca7
llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
@@ -856,14 +856,6 @@ bool isReadOnlySegment(const GlobalValue *GV);
856
/// target triple \p TT, false otherwise.
857
bool shouldEmitConstantsToTextSection(const Triple &TT);
858
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
-
867
/// \returns A pair of integer values requested using \p F's \p Name attribute
868
/// in "first[,second]" format ("second" is optional unless \p OnlyFirstRequired
869
/// is false).
0 commit comments