Skip to content

Commit

Permalink
[X86] Remove superfluous trailing semicolons, fixing warnings. NFC.
Browse files Browse the repository at this point in the history
  • Loading branch information
mstorsjo committed Sep 2, 2020
1 parent 2bf491c commit 4820af2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions llvm/lib/Target/X86/X86ISelLowering.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35730,8 +35730,8 @@ namespace llvm {
enum {
MaxShuffleCombineDepth = 8
};
};
}; // namespace llvm
}
} // namespace llvm

/// Fully generic combining of x86 shuffle instructions.
///
Expand Down

0 comments on commit 4820af2

Please sign in to comment.