[Clang][LoongArch] Remove duplicate declaration. NFC
authorwanglei <wanglei@loongson.cn>
Fri, 11 Nov 2022 12:36:18 +0000 (20:36 +0800)
committerwanglei <wanglei@loongson.cn>
Fri, 11 Nov 2022 12:36:18 +0000 (20:36 +0800)
clang/lib/Driver/ToolChains/Arch/LoongArch.h

index 2f85dd0..0084474 100644 (file)
@@ -20,12 +20,9 @@ namespace loongarch {
 void getLoongArchTargetFeatures(const Driver &D, const llvm::Triple &Triple,
                                 const llvm::opt::ArgList &Args,
                                 std::vector<llvm::StringRef> &Features);
+
 StringRef getLoongArchABI(const Driver &D, const llvm::opt::ArgList &Args,
                           const llvm::Triple &Triple);
-
-void getLoongArchTargetFeatures(const Driver &D, const llvm::Triple &Triple,
-                                const llvm::opt::ArgList &Args,
-                                std::vector<llvm::StringRef> &Features);
 } // end namespace loongarch
 } // end namespace tools
 } // end namespace driver