[XRay][tools] Remove wayward semicolon (NFC)
authorDean Michael Berris <dberris@google.com>
Wed, 26 Apr 2017 03:49:49 +0000 (03:49 +0000)
committerDean Michael Berris <dberris@google.com>
Wed, 26 Apr 2017 03:49:49 +0000 (03:49 +0000)
Follow-up to D29320.

llvm-svn: 301378

llvm/tools/llvm-xray/xray-graph-diff.cc

index 798e4b6..3c69b3f 100644 (file)
@@ -416,7 +416,7 @@ void GraphDiffRenderer::exportGraphAsDOT(raw_ostream &OS, StatType EdgeLabel,
   }
 
   OS << "}\n";
-};
+}
 
 template <typename T> static T &ifSpecified(T &A, cl::alias &AA, T &B) {
   if (A.getPosition() == 0 && AA.getPosition() == 0)