]> granicus.if.org Git - llvm/commitdiff
[Instrumentation][NFC] Fix warning.
authorClement Courbet <courbet@google.com>
Thu, 14 Feb 2019 12:10:49 +0000 (12:10 +0000)
committerClement Courbet <courbet@google.com>
Thu, 14 Feb 2019 12:10:49 +0000 (12:10 +0000)
lib/Transforms/Instrumentation/AddressSanitizer.cpp:1173:29: warning: extra ‘;’ [-Wpedantic]

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@354024 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Instrumentation/AddressSanitizer.cpp

index 5a3f6a12bf0f51bdb08abad6943af625c021bef1..ec96d7b4615f250b83c3387ad92f4fb23d5ef964 100644 (file)
@@ -1170,7 +1170,7 @@ PreservedAnalyses ModuleAddressSanitizerPass::run(Module &M,
 INITIALIZE_PASS(ASanGlobalsMetadataWrapperPass, "asan-globals-md",
                 "Read metadata to mark which globals should be instrumented "
                 "when running ASan.",
-                false, true);
+                false, true)
 
 char AddressSanitizerLegacyPass::ID = 0;