summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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