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
llvm-svn: 275399

llvm/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)