summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-xray/xray-graph-diff.cc
diff options
context:
space:
mode:
authorDean Michael Berris <dberris@google.com>2017-04-26 03:49:49 +0000
committerDean Michael Berris <dberris@google.com>2017-04-26 03:49:49 +0000
commitdb21bde1293d7f4a4f3d64181dac6b45aaa6a095 (patch)
treeb5adc72ffa108bc870928f91d0f066686a1dbc45 /llvm/tools/llvm-xray/xray-graph-diff.cc
parente859ebbd0619c901f2f845c54ce484f5afdd8ab6 (diff)
downloadbcm5719-llvm-db21bde1293d7f4a4f3d64181dac6b45aaa6a095.tar.gz
bcm5719-llvm-db21bde1293d7f4a4f3d64181dac6b45aaa6a095.zip
[XRay][tools] Remove wayward semicolon (NFC)
Follow-up to D29320. llvm-svn: 301378
Diffstat (limited to 'llvm/tools/llvm-xray/xray-graph-diff.cc')
-rw-r--r--llvm/tools/llvm-xray/xray-graph-diff.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-xray/xray-graph-diff.cc b/llvm/tools/llvm-xray/xray-graph-diff.cc
index 798e4b6131d..3c69b3fb075 100644
--- a/llvm/tools/llvm-xray/xray-graph-diff.cc
+++ b/llvm/tools/llvm-xray/xray-graph-diff.cc
@@ -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)
OpenPOWER on IntegriCloud