Skip to content

Commit 7898426

Browse files
committed
[AMDGPU] Remove unused function
1 parent 2f08872 commit 7898426

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

llvm/lib/Target/AMDGPU/AMDGPUIGroupLP.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,6 @@ class SchedGroup {
140140
// before SUnits in OtherGroup.
141141
void link(SchedGroup &OtherGroup);
142142

143-
// Returns true if no more instructions may be added to this group.
144-
bool isFull() { return MaxSize && Collection.size() >= *MaxSize; }
145-
146143
// Identify and add all relevant SUs from the DAG to this SchedGroup.
147144
void initSchedGroup();
148145

0 commit comments

Comments
 (0)