From: Nuno Lopes Date: Wed, 26 Jan 2022 10:48:43 +0000 (+0000) Subject: remove spurious comma [NFC] X-Git-Tag: upstream/15.0.7~19096 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=37d690b330198ca602ea83d2e1798e30c4c3e037;p=platform%2Fupstream%2Fllvm.git remove spurious comma [NFC] --- 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 {