OSDN Git Service

Remove extra ';' to appease -Wpedantic
authorDean Michael Berris <dberris@google.com>
Thu, 14 Jul 2016 11:46:41 +0000 (11:46 +0000)
committerDean Michael Berris <dberris@google.com>
Thu, 14 Jul 2016 11:46:41 +0000 (11:46 +0000)
Summary:

Reviewers: dok

Subscribers: llvm-commits

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

lib/CodeGen/XRayInstrumentation.cpp

index 3903fb8..1f95708 100644 (file)
@@ -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)