From 07cde671c2fe6b82c98b85f36eb1cac3be394d3b Mon Sep 17 00:00:00 2001 From: "Huang, Andy" Date: Wed, 8 May 2024 15:58:42 +0800 Subject: [PATCH] [SYCLomatic] Fix coverity issue 0508 Signed-off-by: Huang, Andy --- llvm/lib/Support/CommandLine.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/llvm/lib/Support/CommandLine.cpp b/llvm/lib/Support/CommandLine.cpp index 75202f2638c4..c7cf5d1c7b9e 100644 --- a/llvm/lib/Support/CommandLine.cpp +++ b/llvm/lib/Support/CommandLine.cpp @@ -2445,8 +2445,6 @@ class HelpPrinter { return cl::getDPCTCategory(); break; } - - return cl::getDPCTCategory(); } #endif // SYCLomatic_CUSTOMIZATION