From 123fc0d45e12ebf6143c619a32c34e3d76f9f23b 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@301378 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llvm-xray/xray-graph-diff.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/llvm-xray/xray-graph-diff.cc b/tools/llvm-xray/xray-graph-diff.cc index 798e4b6131d..3c69b3fb075 100644 --- a/tools/llvm-xray/xray-graph-diff.cc +++ b/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.11.0