OSDN Git Service

perf clang: Remove needless extra semicolon
[uclinux-h8/linux.git] / tools / perf / util / c++ / clang.cpp
index 39c0004..fc361c3 100644 (file)
@@ -156,7 +156,7 @@ getBPFObjectFromModule(llvm::Module *Module)
 #endif
        if (NotAdded) {
                llvm::errs() << "TargetMachine can't emit a file of this type\n";
-               return std::unique_ptr<llvm::SmallVectorImpl<char>>(nullptr);;
+               return std::unique_ptr<llvm::SmallVectorImpl<char>>(nullptr);
        }
        PM.run(*Module);