From: Dean Michael Berris Date: Thu, 14 Jul 2016 11:46:41 +0000 (+0000) Subject: Remove extra ';' to appease -Wpedantic X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=086639a6d099c2fdfcf251f8d53c10a1014086af;p=platform%2Fupstream%2Fllvm.git Remove extra ';' to appease -Wpedantic Summary: Reviewers: dok Subscribers: llvm-commits llvm-svn: 275399 --- diff --git a/llvm/lib/CodeGen/XRayInstrumentation.cpp b/llvm/lib/CodeGen/XRayInstrumentation.cpp index 3903fb8..1f95708 100644 --- a/llvm/lib/CodeGen/XRayInstrumentation.cpp +++ b/llvm/lib/CodeGen/XRayInstrumentation.cpp @@ -93,4 +93,4 @@ bool XRayInstrumentation::runOnMachineFunction(MachineFunction &MF) { char XRayInstrumentation::ID = 0; char &llvm::XRayInstrumentationID = XRayInstrumentation::ID; INITIALIZE_PASS(XRayInstrumentation, "xray-instrumentation", "Insert XRay ops", - false, false); + false, false)