From 37d690b330198ca602ea83d2e1798e30c4c3e037 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Wed, 26 Jan 2022 10:48:43 +0000 Subject: [PATCH] remove spurious comma [NFC] --- llvm/include/llvm/Support/X86TargetParser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/include/llvm/Support/X86TargetParser.h b/llvm/include/llvm/Support/X86TargetParser.h index 6f5db64..612046f 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 class SmallVectorImpl;; +template class SmallVectorImpl; class StringRef; namespace X86 { -- 2.7.4