File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
llvm/lib/Target/AMDGPU/Utils Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -856,14 +856,6 @@ bool isReadOnlySegment(const GlobalValue *GV);
856
856
// / target triple \p TT, false otherwise.
857
857
bool shouldEmitConstantsToTextSection (const Triple &TT);
858
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
859
// / \returns A pair of integer values requested using \p F's \p Name attribute
868
860
// / in "first[,second]" format ("second" is optional unless \p OnlyFirstRequired
869
861
// / is false).
You can’t perform that action at this time.
0 commit comments