From db21bde1293d7f4a4f3d64181dac6b45aaa6a095 Mon Sep 17 00:00:00 2001 From: Dean Michael Berris Date: Wed, 26 Apr 2017 03:49:49 +0000 Subject: [PATCH] [XRay][tools] Remove wayward semicolon (NFC) Follow-up to D29320. llvm-svn: 301378 --- llvm/tools/llvm-xray/xray-graph-diff.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/tools/llvm-xray/xray-graph-diff.cc b/llvm/tools/llvm-xray/xray-graph-diff.cc index 798e4b6..3c69b3f 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 static T &ifSpecified(T &A, cl::alias &AA, T &B) { if (A.getPosition() == 0 && AA.getPosition() == 0) -- 2.7.4