Skip to content

Commit d9f944a

Browse files
committed
newlines and PassInfoMixin
1 parent f9126f7 commit d9f944a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

llvm/lib/Target/AMDGPU/GCNDPPCombine.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -803,4 +803,4 @@ PreservedAnalyses GCNDPPCombinePass::run(MachineFunction &MF,
803803
auto PA = getMachineFunctionPassPreservedAnalyses();
804804
PA.preserveSet<CFGAnalyses>();
805805
return PA;
806-
}
806+
}

llvm/lib/Target/AMDGPU/GCNDPPCombine.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@
4444
#include "llvm/CodeGen/MachinePassManager.h"
4545

4646
namespace llvm {
47-
class GCNDPPCombinePass : public MachinePassInfoMixin<GCNDPPCombinePass> {
47+
class GCNDPPCombinePass : public PassInfoMixin<GCNDPPCombinePass> {
4848
public:
4949
PreservedAnalyses run(MachineFunction &MF,
5050
MachineFunctionAnalysisManager &MAM);
5151
};
5252

5353
} // end namespace llvm
5454

55-
#endif
55+
#endif

0 commit comments

Comments
 (0)