Skip to content

Commit 2751bab

Browse files
boomanaiden154git-crd
authored andcommitted
[X86] Remove Redundant Default Destructor
1 parent 1dd0f61 commit 2751bab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/X86/X86.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ FunctionPass *createX86LowerTileCopyPass();
108108
class X86AvoidTrailingCallPass
109109
: public PassInfoMixin<X86AvoidTrailingCallPass> {
110110
public:
111-
X86AvoidTrailingCallPass() = default;
112111
PreservedAnalyses run(MachineFunction &MF,
113112
MachineFunctionAnalysisManager &MFAM);
114113
static bool isRequired() { return true; }

0 commit comments

Comments
 (0)