[llvm] 37d690b - remove spurious comma [NFC]
via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 26 02:48:47 PST 2022
Author: Nuno Lopes
Date: 2022-01-26T10:48:43Z
New Revision: 37d690b330198ca602ea83d2e1798e30c4c3e037
URL: https://github.com/llvm/llvm-project/commit/37d690b330198ca602ea83d2e1798e30c4c3e037
DIFF: https://github.com/llvm/llvm-project/commit/37d690b330198ca602ea83d2e1798e30c4c3e037.diff
LOG: remove spurious comma [NFC]
Added:
Modified:
llvm/include/llvm/Support/X86TargetParser.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/Support/X86TargetParser.h b/llvm/include/llvm/Support/X86TargetParser.h
index 6f5db64714e0..612046f3b2d9 100644
--- a/llvm/include/llvm/Support/X86TargetParser.h
+++ b/llvm/include/llvm/Support/X86TargetParser.h
@@ -17,7 +17,7 @@
#include "llvm/ADT/StringMap.h"
namespace llvm {
-template <typename T> class SmallVectorImpl;;
+template <typename T> class SmallVectorImpl;
class StringRef;
namespace X86 {
More information about the llvm-commits
mailing list