Skip to content

Commit 4820af2

Browse files
committed
[X86] Remove superfluous trailing semicolons, fixing warnings. NFC.
1 parent 2bf491c commit 4820af2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Target/X86/X86ISelLowering.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35730,8 +35730,8 @@ namespace llvm {
3573035730
enum {
3573135731
MaxShuffleCombineDepth = 8
3573235732
};
35733-
};
35734-
}; // namespace llvm
35733+
}
35734+
} // namespace llvm
3573535735

3573635736
/// Fully generic combining of x86 shuffle instructions.
3573735737
///

0 commit comments

Comments
 (0)