[CodeGen][NFC] Fix a build warning due to an extra semicolon
authorYang Fan <nullptr.cpp@gmail.com>
Sat, 2 Jan 2021 02:42:58 +0000 (10:42 +0800)
committerYang Fan <nullptr.cpp@gmail.com>
Sat, 2 Jan 2021 02:42:58 +0000 (10:42 +0800)
llvm/lib/CodeGen/DwarfEHPrepare.cpp

index a4824ef..34a04fe 100644 (file)
@@ -273,7 +273,7 @@ static bool prepareDwarfEH(CodeGenOpt::Level OptLevel,
   return DwarfEHPrepare(OptLevel, RewindFunction, F, TLI, DT ? &DTU : nullptr,
                         TTI)
       .run();
-};
+}
 
 namespace {