Skip to content

Commit f1500d9

Browse files
committed
Remove no-op function
1 parent c2a7339 commit f1500d9

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

llvm/lib/Target/AMDGPU/SILowerControlFlow.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,10 +154,6 @@ class SILowerControlFlowLegacy : public MachineFunctionPass {
154154
return "SI Lower control flow pseudo instructions";
155155
}
156156

157-
MachineFunctionProperties getRequiredProperties() const override {
158-
return MachineFunctionProperties().setIsSSA();
159-
}
160-
161157
void getAnalysisUsage(AnalysisUsage &AU) const override {
162158
AU.addUsedIfAvailable<LiveIntervalsWrapperPass>();
163159
// Should preserve the same set that TwoAddressInstructions does.

0 commit comments

Comments
 (0)